Skip to content

Commit f0e3136

Browse files
committed
Empty commit to make the server run mirror-to-illarion.yml
1 parent 6628ab7 commit f0e3136

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/CharacterContainerTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class CharacterContainerTest : public ::testing::Test {
4141
CharacterContainer<Character> container;
4242
};
4343

44-
4544
TEST_F(CharacterContainerTest, empty) {
4645
EXPECT_TRUE(container.empty());
4746
EXPECT_EQ(0, container.size());

0 commit comments

Comments
 (0)