diff options
Diffstat (limited to 'tests/testgitstorage.h')
-rw-r--r-- | tests/testgitstorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgitstorage.h b/tests/testgitstorage.h index e71e1f809..579aa33d3 100644 --- a/tests/testgitstorage.h +++ b/tests/testgitstorage.h @@ -7,7 +7,7 @@ class TestGitStorage : public QObject { Q_OBJECT private slots: - void testSetup(); + void initTestCase(); void testGitStorageLocal_data(); void testGitStorageLocal(); void testGitStorageCloud(); |