Skip to content

Commit 9b511f4

Browse files
fix bug in basic-example_it (#294)
1 parent fcd7b3c commit 9b511f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/basic_example_it/basic_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ static TStatus ExplicitTclTransaction(TSession session, const std::string& path,
415415
}
416416

417417
static TStatus ScanQuerySelect(TTableClient client, const std::string& path, std::vector <TResultSet>& vectorResultSet) {
418-
std::vector<std::string> result;
418+
vectorResultSet.clear();
419419
auto query = std::format(R"(
420420
--!syntax_v1
421421
PRAGMA TablePathPrefix("{}");

0 commit comments

Comments
 (0)