generated from VLADIMIR/template
add tests
This commit is contained in:
@@ -55,7 +55,7 @@ func main() {
|
||||
|
||||
storyFilepath := config.GetStoryFilepath()
|
||||
|
||||
storyStorage := story_storage.NewStoryStorage(storyFilepath)
|
||||
storyStorage := story_storage.NewFileStoryStorage(storyFilepath)
|
||||
|
||||
storyService, err := story_service.NewStoryService(cleaner, formatter, storyStorage)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user