Skip to content

Commit

Permalink
Update ATO Excel Source tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thomson committed Mar 11, 2019
1 parent 1122118 commit be6b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Source/ATOExcelSourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testInvalidSource()
public function testInvalidSourceRows()
{
$this->expectException(\ABWebDevelopers\AusIncomeTax\Exception\SourceException::class);
$this->expectExceptionCode(31253);
$this->expectExceptionCode(31200);

$this->ATOExcelSource->loadStandardFile($this->sourceDirectory . 'NAT_INVALID.xlsx');
}
Expand Down

0 comments on commit be6b210

Please sign in to comment.