Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <disxiaofei@163.com>
  • Loading branch information
Yisaer committed Dec 24, 2021
1 parent 8fd2774 commit 0332162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/core/logical_plan_trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (s *testPlanSuite) TestSingleRuleTraceStep(c *C) {
},
{
assertReason: "",
assertAction: "The conditions[lt(test.t.a, 1)] are pushed down across DataSource_1",
assertAction: "The conditions[lt(test.t.a, 1)] are pushed down across DataSource_2",
},
{
assertAction: "Selection_4 is removed",
Expand Down

0 comments on commit 0332162

Please sign in to comment.