Skip to content

Commit

Permalink
updates this stupid unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrem7 committed Jan 22, 2024
1 parent 13b1e69 commit f7416ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/unit_tests/combat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@
victim.attack_hand(attacker)

TEST_ASSERT_EQUAL(victim.loc.x, run_loc_bottom_left.x + 2, "Victim was moved after being pushed against a wall")
TEST_ASSERT(victim.has_status_effect(STATUS_EFFECT_KNOCKDOWN), "Victim was not knocked down after being pushed against a wall")
TEST_ASSERT_EQUAL(victim.get_active_held_item(), null, "Victim didn't drop toolbox after being pushed against a wall")

0 comments on commit f7416ad

Please sign in to comment.