Skip to content

Commit

Permalink
tests/vision: maybe fix vision test?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei8l committed May 5, 2023
1 parent 18b5894 commit 1fd8901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monster_vision_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST_CASE( "monsters shouldn't see through floors", "[vision]" )
restore_on_out_of_scope<bool> restore_fov_3d( fov_3d );
fov_3d = true;
calendar::turn = midday;
clear_map();
clear_map( -2, 1 );
monster &upper = spawn_and_clear( { 5, 5, 0 }, true );
monster &adjacent = spawn_and_clear( { 5, 6, 0 }, true );
monster &distant = spawn_and_clear( { 5, 3, 0 }, true );
Expand Down

0 comments on commit 1fd8901

Please sign in to comment.