1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Try to fix tests not running on some presets

This commit is contained in:
Ivan Savenko
2025-10-24 11:13:34 +03:00
parent 6b4179af86
commit 3bec32ac14
2 changed files with 19 additions and 17 deletions

View File

@@ -189,6 +189,8 @@ TEST_F(BonusSystemTest, battlewidePropagationToAll)
EXPECT_TRUE(heroAine.hasBonusOfType(BonusType::BLOCK_ALL_MAGIC));
EXPECT_TRUE(heroBron.hasBonusOfType(BonusType::BLOCK_ALL_MAGIC));
heroAine.detachFromSource(orb);
}
TEST_F(BonusSystemTest, battlewidePropagationToEnemies)