Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Aug 20, 2023
1 parent 80f8a03 commit dc2742f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletmanager/rpc_vreplication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ func TestFailedMoveTablesCreateCleanup(t *testing.T) {
sourceTablet := tenv.addTablet(t, sourceTabletUID, sourceKs, shard)
defer tenv.deleteTablet(sourceTablet.tablet)
targetTablet := tenv.addTablet(t, targetTabletUID, targetKs, shard)
defer tenv.deleteTablet(targetTablet.tablet)

tenv.mysqld.Schema = defaultSchema
tenv.mysqld.Schema.DatabaseSchema = tenv.dbName
Expand Down

0 comments on commit dc2742f

Please sign in to comment.