mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void setDefaultExpectaions()
|
||||
void setDefaultExpectations()
|
||||
{
|
||||
unitsFake.setDefaultBonusExpectations();
|
||||
EXPECT_CALL(mechanicsMock, getSpellIndex()).WillRepeatedly(Return(spellIndex));
|
||||
@@ -116,7 +116,7 @@ TEST_P(TimedApplyTest, DISABLED_ChangesBonuses)
|
||||
EXPECT_CALL(*battleFake, updateUnitBonus(Eq(unitId),_)).WillOnce(SaveArg<1>(&actualBonus));
|
||||
}
|
||||
|
||||
setDefaultExpectaions();
|
||||
setDefaultExpectations();
|
||||
|
||||
EXPECT_CALL(serverMock, apply(Matcher<SetStackEffect *>(_))).Times(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user