Skip to content

Commit

Permalink
Fix test expectations
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 13, 2016
1 parent 28968fe commit 569a4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/PMA_server_status_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function testPMAGetHtmlForServerStatus()
);
//updatetime
$upTime_html = 'This MySQL server has been running for '
. '0 days, 0 hours, 0 minutes and 10h seconds';
. '0 days, 10 hours, 0 minutes and 0 seconds';
$this->assertContains(
$upTime_html,
$html
Expand Down

0 comments on commit 569a4d2

Please sign in to comment.