Skip to content

Commit

Permalink
Fix typo in test comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Nov 8, 2016
1 parent 9b87de5 commit 629ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Functional/UninstallTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function testUninstall() {
$this->drupalPostForm('admin/modules/uninstall', ['uninstall[message_subscribe]' => TRUE], t('Uninstall'));
$this->drupalPostForm(NULL, [], t('Uninstall'));

// Validate Flag was uninstalled.
// Validate Message Subscribe was uninstalled.
$this->assertSession()->pageTextContains(t('The selected modules have been uninstalled.'));
$this->drupalGet(Url::fromRoute('message_subscribe.admin_settings'));
$this->assertSession()->statusCodeEquals(404);
Expand Down

0 comments on commit 629ba4d

Please sign in to comment.