Skip to content

Commit

Permalink
fix a typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Dec 1, 2022
1 parent e13b800 commit 25d8f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/autoidtest/autoid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ func TestMockAutoIDServiceError(t *testing.T) {
}

func TestIssue39528(t *testing.T) {
// When AUTO_ID_CACHE is 1, it should not affect row id setting when autoid and rowid are seperated.
// When AUTO_ID_CACHE is 1, it should not affect row id setting when autoid and rowid are separated.
store := testkit.CreateMockStore(t)
tk := testkit.NewTestKit(t, store)
tk.MustExec("use test;")
Expand Down

0 comments on commit 25d8f02

Please sign in to comment.