Skip to content

Commit

Permalink
Update database_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Apr 29, 2024
1 parent 39815c0 commit fd5d010
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/c_api/database_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,3 @@ TEST_F(CApiDatabaseTest, CreationHomeDir) {
kuzu_database_destroy(database);
std::filesystem::remove_all(homePath + "/ku_test.db");
}

TEST_F(CApiDatabaseTest, CreationHomeDir1) {
createDBAndConn();
printf("%s", conn->query("unwind cast('[1,3,2]', 'int64[3]') as x return x;")->toString().c_str());
}

0 comments on commit fd5d010

Please sign in to comment.