Skip to content

Commit

Permalink
minimal: Fix crash due to assertion fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and sfan5 committed May 3, 2019
1 parent e32a630 commit 96f250e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/minimal/mods/test/init.lua
Expand Up @@ -19,7 +19,7 @@ local function run_hpchangereason_tests(player)
assert(expect == nil)

expect = { a = 234, type = "set_hp", from = "mod" }
player:set_hp(10, { a= 234 })
player:set_hp(7, { a= 234 })
assert(expect == nil)

expect = { df = 3458973454, type = "fall", from = "mod" }
Expand Down

0 comments on commit 96f250e

Please sign in to comment.