From 215c7c7266c7a4665e2a46963cc1aeed645d453a Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:51:44 +0100 Subject: assert_state snake_case --- rtt-module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtt-module.js b/rtt-module.js index bd8a1ae..5b71058 100755 --- a/rtt-module.js +++ b/rtt-module.js @@ -150,9 +150,9 @@ module.exports.fuzz = function(fuzzerInputData) { } } - if (RULES.assertState) { + if (RULES.assert_state) { try { - RULES.assertState(state) + RULES.assert_state(state) } catch (e) { log_crash(replay, state, view, step, active, action, args) throw new RulesCrashError(e, e.stack) -- cgit v1.2.3