Skip to content

Commit 90e07e8

Browse files
author
James Cor
committed
removing comment
1 parent 3ac6a55 commit 90e07e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enginetest/enginetests.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5450,7 +5450,6 @@ func TestPrivilegePersistence(t *testing.T, h Harness) {
54505450
Address: "localhost",
54515451
})
54525452

5453-
// TODO: need to clear user table after every RunQueryWithContext
54545453
RunQueryWithContext(t, engine, harness, ctx, "CREATE USER tester@localhost")
54555454
// If the user exists in []*mysql_db.User, then it must be NOT nil.
54565455
require.NotNil(t, findUser("tester", "localhost", persister.users))

0 commit comments

Comments
 (0)