Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
stlava committed Aug 20, 2024
1 parent 9d143b3 commit 51b10aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/batcher/batcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ func TestErrMsgTooBig(t *testing.T) {
sh := shutdown.NewShutdownHandler()

omap1 := ordered_map.NewOrderedMap()
omap1.Set("1-1", &progress.Written{"1", "1-1", 1})
omap1.Set("1-1", &progress.Written{Transaction: "1", TimeBasedKey: "1-1", Count: 1})

flushMaxAge := 100

Expand Down

0 comments on commit 51b10aa

Please sign in to comment.