Skip to content

Commit

Permalink
Empty commit to make the server run mirror-to-illarion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Nov 26, 2024
1 parent 6628ab7 commit f0e3136
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/CharacterContainerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class CharacterContainerTest : public ::testing::Test {
CharacterContainer<Character> container;
};


TEST_F(CharacterContainerTest, empty) {
EXPECT_TRUE(container.empty());
EXPECT_EQ(0, container.size());
Expand Down

0 comments on commit f0e3136

Please sign in to comment.