Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewStiks committed May 30, 2024
1 parent 59ed000 commit 64309dc
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 @@ -75,4 +75,4 @@ TEST_F(TimedDoorTest, CLO_BF) { EXPECT_NO_THROW(door.throwState()); }

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

0 comments on commit 64309dc

Please sign in to comment.