Skip to content

Commit

Permalink
Clean after the test in attempt to please tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll committed Jul 27, 2024
1 parent b445a1a commit 2e6b1e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/eoc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,10 @@ TEST_CASE( "EOC_loc_relative_test", "[eoc]" )
globvars.get_global_value( "npctalk_var_map_test_loc_b" ) ) );
CHECK( m.getlocal( tmp_abs_a ) == tripoint( 70, 70, 0 ) );
CHECK( m.getlocal( tmp_abs_b ) == tripoint( 70, 60, 0 ) );

globvars.clear_global_values();
clear_avatar();
clear_map();
}

TEST_CASE( "EOC_martial_art_test", "[eoc]" )
Expand Down

0 comments on commit 2e6b1e3

Please sign in to comment.