Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit bd5ac57

Browse files
committed
set statement in copy_test
1 parent 6787337 commit bd5ac57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/executor/copy_test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ TEST_F(CopyTests, Copying) {
9393
std::vector<ResultValue> result;
9494

9595
TestingSQLUtil::counter_.store(1);
96+
traffic_cop.SetStatement(statement);
9697
executor::ExecutionResult status = traffic_cop.ExecuteHelper(
9798
statement->GetPlanTree(), params, result, result_format);
9899

0 commit comments

Comments
 (0)