aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/clangpathwatcher-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/clangpathwatcher-test.cpp')
-rw-r--r--tests/unit/unittest/clangpathwatcher-test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/unittest/clangpathwatcher-test.cpp b/tests/unit/unittest/clangpathwatcher-test.cpp
index f1a85f5f4b8..cb3a7a609a1 100644
--- a/tests/unit/unittest/clangpathwatcher-test.cpp
+++ b/tests/unit/unittest/clangpathwatcher-test.cpp
@@ -25,7 +25,7 @@
#include "googletest.h"
-#include "faketimer.h"
+#include "mocktimer.h"
#include "mockfilepathcaching.h"
#include "mockqfilesystemwatcher.h"
#include "mockclangpathwatchernotifier.h"
@@ -42,7 +42,7 @@ using testing::IsEmpty;
using testing::SizeIs;
using testing::NiceMock;
-using Watcher = ClangBackEnd::ClangPathWatcher<NiceMock<MockQFileSytemWatcher>, FakeTimer>;
+using Watcher = ClangBackEnd::ClangPathWatcher<NiceMock<MockQFileSytemWatcher>, NiceMock<MockTimer>>;
using ClangBackEnd::WatcherEntry;
using ClangBackEnd::FilePath;
using ClangBackEnd::FilePathView;