diff options
-rwxr-xr-x | rtt-module.js | 4 |
1 files 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) |