mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Restore the timer test
This commit is contained in:
parent
a8a2eb46c6
commit
12136fa189
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ TEST(timer_test) {
|
|||
result = timer.elapsed();
|
||||
ASSERT_EQ(result, true);
|
||||
result = timer.elapsed();
|
||||
ASSERT_EQ(result, true); // Injected fault to catch unit test errors
|
||||
ASSERT_EQ(result, false);
|
||||
}
|
||||
|
||||
TEST_MAIN();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue