Skip to content

Commit

Permalink
Update tests/vision_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Sep 9, 2024
1 parent 404fa34 commit b3a89d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vision_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ TEST_CASE( "vision_crouching_blocks_vision_but_not_light", "[shadowcasting][visi
t.test_all();
}

TEST_CASE( "vision_translucent_blocks_vision_but_not_light" "[shadowcasting][vision]" )
TEST_CASE( "vision_translucent_blocks_vision_but_not_light", "[shadowcasting][vision]" )
{
vision_test_case t{
{
Expand Down

0 comments on commit b3a89d8

Please sign in to comment.