Skip to content

Commit

Permalink
fixes #11 Typo in assertEquals
Browse files Browse the repository at this point in the history
  • Loading branch information
SimSync committed Aug 27, 2018
1 parent 7c7f636 commit 4fca815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/e_parseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function testToForm()

$actual = $this->tp->toForm($db);

$this->assertEquals($db,$actual);
$this->assertEquals($orig, $actual);

}
/*
Expand Down

0 comments on commit 4fca815

Please sign in to comment.