forked from qt-creator/qt-creator
UnitTests: Fix LastChangedRowId
Change-Id: I538d068168488eee2662618dede598135c45e396 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -369,7 +369,7 @@ class LastChangedRowIdWithNoTable : public testing::Test
|
||||
{
|
||||
protected:
|
||||
NiceMock<MockSqliteDatabase> mockSqliteDatabase;
|
||||
Sqlite::LastChangedRowId lastRowId{mockSqliteDatabase};
|
||||
Sqlite::LastChangedRowId lastRowId{mockSqliteDatabase, "main"};
|
||||
};
|
||||
|
||||
TEST_F(LastChangedRowIdWithNoTable, SetUpdateHookInContructor)
|
||||
|
||||
Reference in New Issue
Block a user