Skip to content

Commit

Permalink
fix (attempt 6)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitinKU committed Apr 7, 2024
1 parent f7f4ad8 commit 38a0364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ TEST_F(TimedDoorTest, unlock_door_then_timeout_exception_test) {
EXPECT_THROW(door.throwState(), std::runtime_error);
}

TEST_F(TimerTest, try_to_close_door_second_time) {
TEST_F(TimedDoorTest, try_to_close_door_second_time) {
EXPECT_THROW(door.lock(), std::logic_error);
}

Expand Down

0 comments on commit 38a0364

Please sign in to comment.