Skip to content

Commit

Permalink
update assert
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Bibra <pbibra@slack-corp.com>
  • Loading branch information
pbibra committed Jul 18, 2024
1 parent f46ab37 commit d26a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/logic/tablet_discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func TestGetKeyspaceShardsToWatch(t *testing.T) {
res, err := getKeyspaceShardsToWatch()

assert.NoError(t, err)
assert.Equal(t, testcase.expected, res)
assert.EqualValues(t, testcase.expected, res)
})
}
}
Expand Down

0 comments on commit d26a840

Please sign in to comment.