Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
  • Loading branch information
rohit-nayak-ps committed Feb 17, 2021
1 parent f15e388 commit f22119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/wrangler/traffic_switcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ func TestShardMigrateMainflow(t *testing.T) {
verifyQueries(t, tme.allDBClients)
}

func TestTableMigrateOneToManyX(t *testing.T) {
func TestTableMigrateOneToMany(t *testing.T) {
ctx := context.Background()
tme := newTestTableMigraterCustom(ctx, t, []string{"0"}, []string{"-80", "80-"}, "select * %s")
defer tme.stopTablets(t)
Expand Down

0 comments on commit f22119e

Please sign in to comment.