From 33238e6cec2fa55ee30d23207c63840e0d471b3a Mon Sep 17 00:00:00 2001 From: "maksim.konovalov" Date: Fri, 10 Jan 2025 22:54:07 +0300 Subject: [PATCH] remo --- tarantool_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarantool_test.go b/tarantool_test.go index e4daa54..6d7b239 100644 --- a/tarantool_test.go +++ b/tarantool_test.go @@ -296,7 +296,7 @@ func TestRouterCallProto(t *testing.T) { const maxRespLen = 3 for argLen := 0; argLen <= maxRespLen; argLen++ { - var args []interface{} + args := make([]interface{}, 0, argLen) for i := 0; i < argLen; i++ { args = append(args, "arg")