Skip to content

Commit

Permalink
Merge pull request #2211 from kuzudb/api-test-fix
Browse files Browse the repository at this point in the history
Fix transaction test
  • Loading branch information
ray6080 committed Oct 14, 2023
2 parents 3280465 + c314b95 commit d24e91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/include/main_test_helper/private_main_test_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace kuzu {
namespace testing {

class PrivateApiTest : public BaseGraphTest {
class PrivateApiTest : public DBTest {
public:
void SetUp() override {
BaseGraphTest::SetUp();
Expand Down
2 changes: 1 addition & 1 deletion test/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ add_kuzu_api_test(main_test

# Also tested for coverage in connection_test.cpp
# but full testing requires some private APIs
add_kuzu_test(transaction_test.cpp)
add_kuzu_test(transaction_test transaction_test.cpp)

0 comments on commit d24e91c

Please sign in to comment.