Skip to content

Commit 9bd9816

Browse files
test
1 parent 8776d0b commit 9bd9816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ TEST_F(InlineHookTest, HookWinApiFunction_NonInteractive) {
156156

157157
ULONGLONG original_tick = GetTickCount64();
158158

159-
const ULONGLONG FAKE_TICK_VALUE = 1337;
159+
const ULONGLONG FAKE_TICK_VALUE = 114514;
160160
hook_GetTickCount->install([=]() -> ULONGLONG { return FAKE_TICK_VALUE; });
161161
ASSERT_TRUE(hook_GetTickCount->is_installed());
162162

0 commit comments

Comments
 (0)