Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohaifei committed Apr 22, 2022
1 parent 1b015f0 commit cce25b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/graph/visitor/test/ExtractGroupSuiteVisitorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@ TEST_F(ExtractGroupSuiteVisitorTest, TestRelationalExpression) {
e->accept(&visitor);

GroupSuite expect;
// expect.groupKeys.push_back(left);
// expect.groupItems.push_back(left);
expect.groupItems.push_back(right);
expect.groupKeys.push_back(e1);
expect.groupItems.push_back(e1);
expect.groupItems.push_back(e2);
expect.groupItems.push_back(e3);

ASSERT_EQ(true, check(visitor.groupSuite(), expect));
}
Expand Down

0 comments on commit cce25b7

Please sign in to comment.