diff --git a/tarantool_test.go b/tarantool_test.go index 3507644..e4daa54 100644 --- a/tarantool_test.go +++ b/tarantool_test.go @@ -287,7 +287,7 @@ func TestRouterCallProto(t *testing.T) { TotalBucketCount: totalBucketCount, User: username, }) - require.NoError(t, err, "NewRouter finished successfully") + require.NoError(t, err, "NewRouter started successfully") bucketID := randBucketID(totalBucketCount)