Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Feb 17, 2024
1 parent c47de95 commit a1ec689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/martial_art_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ TEST_CASE( "Martial_art_technique_conditionals", "[martial_arts]" )
// test throwing a monster grabbing you (succeed)
dude.add_effect( effect_grabbed, 1_days );
target_3.add_effect( effect_grabbing, 1_days );
REQUIRE( target_3.get_size() == 4 );
REQUIRE( target_3.get_size() == 3 );
REQUIRE( target_3.get_grab_strength() == 0 );
CHECK( dude.evaluate_techniques( target_3, dude.used_weapon() ).size() == 1 );
}
Expand Down

0 comments on commit a1ec689

Please sign in to comment.