Skip to content

Commit

Permalink
Fix expected value
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 19, 2014
1 parent efd9ab0 commit a93d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/PmaSeleniumTableInsertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function _assertDataPresent()
);

$this->assertEquals(
"3",
"4",
$this->getTable('table_results', 3, 5)
);

Expand Down

0 comments on commit a93d47e

Please sign in to comment.