From f0e3136682787b0750452fc65915410b61849709 Mon Sep 17 00:00:00 2001 From: brightrim Date: Tue, 26 Nov 2024 11:11:06 +0100 Subject: [PATCH] Empty commit to make the server run mirror-to-illarion.yml --- test/CharacterContainerTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CharacterContainerTest.cpp b/test/CharacterContainerTest.cpp index 115c0a47..6c0bfc32 100644 --- a/test/CharacterContainerTest.cpp +++ b/test/CharacterContainerTest.cpp @@ -41,7 +41,6 @@ class CharacterContainerTest : public ::testing::Test { CharacterContainer container; }; - TEST_F(CharacterContainerTest, empty) { EXPECT_TRUE(container.empty()); EXPECT_EQ(0, container.size());