Skip to content

Commit

Permalink
Fix defence test
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Feb 4, 2025
1 parent 935a4a7 commit 1274c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/System/TestDefence_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ describe("TestDefence", function()
poolsRemaining = poolsRemainingAfterTypeMaxHit("Cold")
assert.are.equals(0, floor(poolsRemaining.EnergyShield))
assert.are.equals(0, floor(poolsRemaining.Mana))
assert.are.equals(0, floor(poolsRemaining.Life))
assert.are.not_false(1 >= floor(poolsRemaining.Life))
assert.are.equals(0, floor(poolsRemaining.OverkillDamage))
poolsRemaining = poolsRemainingAfterTypeMaxHit("Fire")
assert.are.equals(0, floor(poolsRemaining.EnergyShield))
Expand Down

0 comments on commit 1274c2d

Please sign in to comment.