Skip to content

Commit

Permalink
remo
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim.konovalov committed Jan 10, 2025
1 parent bf00e3c commit 65302ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarantool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func TestRouterCallProto(t *testing.T) {

const maxRespLen = 3
for argLen := 0; argLen <= maxRespLen; argLen++ {
args := []interface{}{}
var args []interface{}

for i := 0; i < argLen; i++ {
args = append(args, "arg")
Expand Down

0 comments on commit 65302ac

Please sign in to comment.