Skip to content

Commit d26a840

Browse files
committed
update assert
Signed-off-by: Priya Bibra <pbibra@slack-corp.com>
1 parent f46ab37 commit d26a840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/vt/vtorc/logic/tablet_discovery_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ func TestGetKeyspaceShardsToWatch(t *testing.T) {
397397
res, err := getKeyspaceShardsToWatch()
398398

399399
assert.NoError(t, err)
400-
assert.Equal(t, testcase.expected, res)
400+
assert.EqualValues(t, testcase.expected, res)
401401
})
402402
}
403403
}

0 commit comments

Comments
 (0)