Skip to content

Commit

Permalink
Fix memorytopo.NewServer(...) for v14
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Oct 12, 2023
1 parent 76e2315 commit 7b9419f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtctl/reparentutil/planned_reparenter_flaky_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3790,7 +3790,7 @@ func TestPlannedReparenterStats(t *testing.T) {
}
keyspace := "testkeyspace"
shard := "-"
ts := memorytopo.NewServer(context.Background(), "zone1")
ts := memorytopo.NewServer("zone1")

ctx := context.Background()
logger := logutil.NewMemoryLogger()
Expand Down

0 comments on commit 7b9419f

Please sign in to comment.