Skip to content

Commit

Permalink
fix: unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Nov 26, 2024
1 parent d8d214b commit f6cf049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggsender/aggsender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func TestAggSenderStart(t *testing.T) {
ctx,
log.WithFields("test", "unittest"),
Config{
StoragePath: "file::memory:?cache=shared",
StoragePath: "file:TestAggSenderStart:memory:?cache=shared",
DelayBeetweenRetries: types.Duration{Duration: 1 * time.Microsecond},
},
aggLayerMock,
Expand Down

0 comments on commit f6cf049

Please sign in to comment.