mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
Cleanup for some staticcheck warnings
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -5238,7 +5238,7 @@ func TestLeafNodeCompressionOptions(t *testing.T) {
|
||||
rtts []time.Duration
|
||||
err string
|
||||
}{
|
||||
{"unsupported mode", "gzip", nil, "Unsupported"},
|
||||
{"unsupported mode", "gzip", nil, "unsupported"},
|
||||
{"not ascending order", "s2_auto", []time.Duration{
|
||||
5 * time.Millisecond,
|
||||
10 * time.Millisecond,
|
||||
|
||||
Reference in New Issue
Block a user