Skip to content

Commit

Permalink
update test with empty prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-zanutto committed Apr 16, 2024
1 parent b540e18 commit 3cb48d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storages/directory/directiry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (suite *DirectorySuite) SetupSuite() {
suite.tmpDir, err = os.MkdirTemp(tempDir, "directory_storage_unit_test_")
suite.Require().NoError(err)

suite.st, err = NewStorage(&Config{Path: suite.tmpDir})
suite.st, err = NewStorage(&Config{Path: suite.tmpDir}, "")
suite.Require().NoError(err)
}

Expand Down

0 comments on commit 3cb48d7

Please sign in to comment.