Skip to content

Commit

Permalink
fix bug in basic-example_it (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-shchetinin authored Aug 16, 2024
1 parent fcd7b3c commit 9b511f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/basic_example_it/basic_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static TStatus ExplicitTclTransaction(TSession session, const std::string& path,
}

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

0 comments on commit 9b511f4

Please sign in to comment.