diff options
Diffstat (limited to 'tests/test-rotation-lock.cpp')
-rw-r--r-- | tests/test-rotation-lock.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-rotation-lock.cpp b/tests/test-rotation-lock.cpp index 946b1dd..b8661cc 100644 --- a/tests/test-rotation-lock.cpp +++ b/tests/test-rotation-lock.cpp @@ -17,14 +17,14 @@ * Charles Kerr <charles.kerr@canonical.com> */ -#include "gtestdbus-fixture.h" +#include "test-dbus-fixture.h" #include <src/rotation-lock.h> -class RotationLockFixture: public GTestDBusFixture +class RotationLockFixture: public TestDBusFixture { private: - typedef GTestDBusFixture super; + typedef TestDBusFixture super; protected: |