Skip to content

Commit

Permalink
Fix some more CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ejortegau committed Sep 17, 2024
1 parent 96ddad1 commit 2ee9df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/discovery/topology_watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func checkWatcher(t *testing.T, refreshKnownTablets bool) {
key = TabletToMapKey(tablet)

if refreshKnownTablets {
counts = checkOpCounts(t, counts, map[string]int64{"ListTablets": 1, "GetTablet": 0, "ReplaceTablet": 1})
assert.Len(t, allTablets, 2)
assert.Contains(t, allTablets, key)
assert.True(t, proto.Equal(tablet, allTablets[key]))
Expand Down

0 comments on commit 2ee9df0

Please sign in to comment.