Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
time-and-fate committed Nov 29, 2021
1 parent 3baa95f commit 5cb0828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ func TestTraceCE(t *testing.T) {
out[i].Expr = expr
out[i].Trace = sctx.GetSessionVars().StmtCtx.OptimizerCETrace
})
require.Equal(t, sctx.GetSessionVars().StmtCtx.OptimizerCETrace, out[i].Trace)
require.ElementsMatch(t, sctx.GetSessionVars().StmtCtx.OptimizerCETrace, out[i].Trace)
}
}

0 comments on commit 5cb0828

Please sign in to comment.