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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user