add tests

This commit is contained in:
2026-03-07 06:07:15 +07:00
parent 3612805009
commit 795edad998
4 changed files with 133 additions and 6 deletions
+1 -1
View File
@@ -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 {