From 51b10aaaaa78abe19ed01f2dd0a2ecac39df501a Mon Sep 17 00:00:00 2001 From: Slava Markeyev Date: Tue, 20 Aug 2024 14:28:52 -0700 Subject: [PATCH] make linter happy --- transport/batcher/batcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/batcher/batcher_test.go b/transport/batcher/batcher_test.go index 8374046..6e62b13 100644 --- a/transport/batcher/batcher_test.go +++ b/transport/batcher/batcher_test.go @@ -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