mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-19 03:06:37 +02:00
update strat now has name
This commit is contained in:
@ -15,6 +15,8 @@ using namespace entt::literals;
|
||||
|
||||
class MockUpdateStrategy : public MM::UpdateStrategies::UpdateStrategy {
|
||||
public:
|
||||
const char* name(void) override { return "MockUpdateStrategy"; }
|
||||
|
||||
MOCK_METHOD(
|
||||
bool,
|
||||
registerService,
|
||||
|
Reference in New Issue
Block a user