Skip to content

Commit

Permalink
Update tests/eoc_test.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GuardianDll and github-actions[bot] authored Jul 26, 2024
1 parent 3a37f54 commit 7b21fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/eoc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,8 @@ TEST_CASE( "EOC_map_test", "[eoc]" )
CHECK( effect_on_condition_EOC_map_test->activate( d ) );
CHECK( globvars.get_global_value( "npctalk_var_key_distance_loc" ) == "14" );
CHECK( globvars.get_global_value( "npctalk_var_key_distance_npc" ) == "10" );
CHECK( globvars.get_global_value( "npctalk_var_map_test_loc_a" ) == "(70,70,0)");
CHECK( globvars.get_global_value( "npctalk_var_map_test_loc_b" ) == "(70,60,0)");
CHECK( globvars.get_global_value( "npctalk_var_map_test_loc_a" ) == "(70,70,0)" );

Check failure on line 1281 in tests/eoc_test.cpp

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

"(1498,1498,0)" == "(70,70,0)"
CHECK( globvars.get_global_value( "npctalk_var_map_test_loc_b" ) == "(70,60,0)" );

Check failure on line 1282 in tests/eoc_test.cpp

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

"(1498,1488,0)" == "(70,60,0)"
}

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

0 comments on commit 7b21fca

Please sign in to comment.