Skip to content

Commit

Permalink
test: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Jul 1, 2024
1 parent fa4345e commit 18083dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statistics/handle/autoanalyze/autoanalyze_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestAutoAnalyzeWithPredicateColumns(t *testing.T) {

// Check analyze jobs.
tk.MustQuery("select table_name, job_info from mysql.analyze_jobs order by id desc limit 1").Check(
testkit.Rows("t auto analyze table columns a with 256 buckets, 100 topn, 1 samplerate"),
testkit.Rows("t auto analyze table column a with 256 buckets, 100 topn, 1 samplerate"),
)
}

Expand Down

0 comments on commit 18083dc

Please sign in to comment.