Skip to content

Commit

Permalink
Fix whitespace on #22 so it passes build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jul 21, 2019
1 parent e624276 commit 13170cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OSRefTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testToTenFigureString(): void
public function testToEightFigureWithSpacesString(): void
{
$OSRef = new OSRef(216600, 771200);

$expected = 'NN 1660 7120';

self::assertEquals($expected, $OSRef->toGridReferenceWithSpaces(8));
Expand Down

0 comments on commit 13170cb

Please sign in to comment.