Skip to content

Commit

Permalink
fix ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Nov 29, 2023
1 parent 7668db8 commit e4a18f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/c_api/database_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ TEST_F(CApiDatabaseTest, CreationReadOnly) {
auto queryResult = kuzu_connection_query(connection,
"CREATE NODE TABLE User(name STRING, age INT64, reg_date DATE, PRIMARY KEY (name))");
ASSERT_FALSE(kuzu_query_result_is_success(queryResult));
kuzu_query_result_destroy(queryResult);
kuzu_connection_destroy(connection);
kuzu_database_destroy(database);
}
Expand Down

0 comments on commit e4a18f2

Please sign in to comment.