Skip to content

Commit

Permalink
Update executor/executor_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: lance6716 <[email protected]>
  • Loading branch information
hawkingrei and lance6716 authored Mar 22, 2023
1 parent 021de88 commit 935bcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5663,7 +5663,7 @@ func TestAdmin(t *testing.T) {
tk.MustExec("use test")
tk.MustExec("drop table if exists admin_test2")
tk.MustExec("create table admin_test2 (c1 int, c2 int, c3 int default 1, index (c1))")
// we cn only see last 10 queries
// we can only see last 10 queries
result := tk.MustQuery(`admin show ddl job queries 1, 1, 1`)
result.Check(testkit.Rows())
result = tk.MustQuery(`admin show ddl job queries 1, 2`)
Expand Down

0 comments on commit 935bcd2

Please sign in to comment.