Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Feb 26, 2018
1 parent 459ddff commit 2e67a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/PhpSpreadsheetTests/Worksheet/WorksheetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testSetCodeNameDuplicate()
public function testFreezePaneSelectedCell()
{
$worksheet = new Worksheet();
$worksheet->freezePane("B2");
self::assertSame("B2", $worksheet->getTopLeftCell());
$worksheet->freezePane('B2');
self::assertSame('B2', $worksheet->getTopLeftCell());
}
}

0 comments on commit 2e67a7f

Please sign in to comment.