aboutsummaryrefslogtreecommitdiff
path: root/src/test/ScriptTest.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-18 13:31:06 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-18 13:31:06 +0100
commit1d182abe4278b6bf4410cb25a9ae41f501833990 (patch)
tree931fb2f3ea876d25abbfcd89ce3a9fb7b962c23c /src/test/ScriptTest.h
parentbec22107c6754f5f3440d79503ddbc828d7e0cba (diff)
process feedback
Diffstat (limited to 'src/test/ScriptTest.h')
-rw-r--r--src/test/ScriptTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ScriptTest.h b/src/test/ScriptTest.h
index 537169d..f3dbda4 100644
--- a/src/test/ScriptTest.h
+++ b/src/test/ScriptTest.h
@@ -29,7 +29,7 @@ public:
public:
MOCK_METHOD(void, init, (), (override));
- MOCK_METHOD(void, update, (), (override));
+ MOCK_METHOD(void, update, (crepe::duration_t), (override));
};
crepe::OptionalRef<crepe::BehaviorScript> behaviorscript;