test: Fixed tests
This commit is contained in:
@@ -25,6 +25,8 @@ void SqliteStorage::clear()
|
||||
{
|
||||
m_database.execDML("PRAGMA foreign_keys=OFF;");
|
||||
clearTables();
|
||||
|
||||
setup();
|
||||
}
|
||||
|
||||
void SqliteStorage::beginTransaction()
|
||||
|
||||
Reference in New Issue
Block a user