Skip to content

Commit

Permalink
test: fix clean up table
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Dec 12, 2024
1 parent eef3e9e commit 6933c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/transaction/twopc/stress/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ func start(t *testing.T) (*mysql.Conn, func()) {
func cleanup(t *testing.T) {
utils.ClearOutTable(t, vtParams, "twopc_fuzzer_insert")
utils.ClearOutTable(t, vtParams, "twopc_fuzzer_update")
utils.ClearOutTable(t, vtParams, "twopc_t1")
}

0 comments on commit 6933c05

Please sign in to comment.