[Unit Test] SQLite mini-ORM unit tests and cleanup #14
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
ef270887fc
commit
67ac6a6c6e
@ -114,7 +114,7 @@ static void common_delete(sqlite3 &db, bool dump = false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
auto query = db::db_select{*db, "table"};
|
auto query = db::db_select{db, "table"};
|
||||||
auto res = query.go();
|
auto res = query.go();
|
||||||
EXPECT_TRUE(res.ok());
|
EXPECT_TRUE(res.ok());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user