Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmDar1a committed May 27, 2024
1 parent 46056de commit 83bea1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TimedDoor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ TEST_F(TimedDoorTest, doorStaysClosed) {
TEST_F(TimedDoorTest, doorStaysOpened) {
door.unlock();
EXPECT_TRUE(door.isDoorOpened());
}
}

0 comments on commit 83bea1a

Please sign in to comment.