Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 24, 2025
1 parent f4f6f05 commit a0a830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/logic/keyspace_shard_discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func TestRefreshAllShards(t *testing.T) {
require.Equal(t, []string{"-40", "40-80", "80-c0"}, shardNames)

// test clustersToWatch filters what shards are saved
clustersToWatch = []string{"ks1/-40", "ks1/40-80"}
clustersToWatch = []string{"ks1/-80"}
require.NoError(t, initializeShardsToWatch())
require.NoError(t, refreshAllShards(ctx, "ks1"))
shardNames, err = inst.ReadShardNames("ks1")
Expand Down

0 comments on commit a0a830c

Please sign in to comment.