Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
  • Loading branch information
devenbansod committed Nov 23, 2016
1 parent 440efad commit 8b7171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/PMA_server_privileges_test.php
Expand Up @@ -536,7 +536,7 @@ public function testPMAGetHtmlForResourceLimits()
$html
);
$this->assertContains(
__('Limits the number of simultaneous connections the user may have.'),
__('Limits the number of new connections the user may open per hour.'),
$html
);
$this->assertContains(
Expand Down

0 comments on commit 8b7171c

Please sign in to comment.