Skip to content

Commit

Permalink
the new valid solution for the equation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamejeir committed Jun 7, 2024
1 parent 850f238 commit ef8ab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vehicle_part_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ TEST_CASE( "faucet_offers_cold_water", "[vehicle][vehicle_parts]" )
set_time( midday );

const tripoint test_origin( 60, 60, 0 );
const int water_charges = 8;
const int water_charges = 5;
Character &character = get_player_character();
const item backpack( "backpack" );
character.wear_item( backpack );
Expand Down

0 comments on commit ef8ab91

Please sign in to comment.