Skip to content

Commit

Permalink
-.-
Browse files Browse the repository at this point in the history
  • Loading branch information
dey4ss committed Jul 17, 2023
1 parent f3d482d commit e2a6533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/lib/scheduler/operator_task_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ TEST_F(OperatorTaskTest, DoNotLinkPrunableSubqueriesWithCycles) {
const auto& projection_task = projection->get_or_create_operator_task();
ASSERT_EQ(projection_task->successors().size(), 1);
EXPECT_EQ(projection_task->successors().front(), table_scan->get_or_create_operator_task());
}

TEST_F(OperatorTaskTest, SkipOperatorTask) {
const auto table = std::make_shared<GetTable>("table_a");
Expand Down

0 comments on commit e2a6533

Please sign in to comment.