Skip to content

Commit

Permalink
Update tests/eoc_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dseguin authored and RenechCDDA committed Sep 24, 2023
1 parent 1f27985 commit dce5602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eoc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ TEST_CASE( "EOC_transform_radius", "[eoc][timed_event]" )
calendar::turn += 2_seconds;
get_timed_events().process();
check_ter_in_radius( start, eoc_range, t_grass );
CHECK( "Cleaning up avatar's pos and location after successful test..." );
CHECK( "Cleaning up avatar's pos and location after successful test" );
// Bizarre point handling ahead, sanity beware...
// Without this, we have an offset of {-12,-12, 0 } between player's pos and location.
tripoint_abs_omt return_omt;
Expand Down

0 comments on commit dce5602

Please sign in to comment.