Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed May 26, 2022
1 parent 4f03e86 commit d92cae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/linepositionarray_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ SCENARIO( "LinePositionArray with small number of lines", "[linepositionarray]"

THEN( "New last offset is returned" )
{
REQUIRE( line_array.at( 6 ) == 20030_offset );
REQUIRE( line_array.at( 5 ) == 20030_offset );
}
}

Expand Down

0 comments on commit d92cae8

Please sign in to comment.