1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Fix tests compilation

This commit is contained in:
Ivan Savenko
2023-08-31 23:36:39 +03:00
parent ef94e7a78a
commit 8bdddd1324
9 changed files with 31 additions and 8 deletions

View File

@@ -64,7 +64,6 @@ void ScriptFixture::setUp()
{
pool = std::make_shared<PoolMock>();
EXPECT_CALL(environmentMock, battle()).WillRepeatedly(Return(&binfoMock));
EXPECT_CALL(environmentMock, game()).WillRepeatedly(Return(&infoMock));
EXPECT_CALL(environmentMock, logger()).WillRepeatedly(Return(&loggerMock));
EXPECT_CALL(environmentMock, eventBus()).WillRepeatedly(Return(&eventBus));