mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Fix duplicate tutorial reinforcement test name (#7293)
This commit is contained in:
@@ -601,7 +601,7 @@ TEST_F(TutorialBattleControllerTest, ReinforcementsAction_ActivatesPendingUnits)
|
||||
EXPECT_TRUE(foundAction);
|
||||
}
|
||||
|
||||
TEST_F(TutorialBattleControllerTest, ReinforcementsAction_OnlyActivatesConfiguredHeroIds) {
|
||||
TEST_F(TutorialBattleControllerTest, ReinforcementsAction_LeavesUnconfiguredHeroesPending) {
|
||||
TutorialBattleConfigProto config;
|
||||
config.set_enabled(true);
|
||||
*config.add_events() = CreateReinforcementsEvent("reinforcements_event", 5, 1, 0, {100, 101});
|
||||
|
||||
Reference in New Issue
Block a user