diff --git a/tests/pmEnDisUnListTest.php b/tests/pmEnDisUnListTest.php
index bff9201..2462f89 100644
--- a/tests/pmEnDisUnListTest.php
+++ b/tests/pmEnDisUnListTest.php
@@ -47,7 +47,7 @@ class EnDisUnListCase extends Drush_CommandTestCase {
     $themeToCheck = (UNISH_DRUPAL_MAJOR_VERSION >= 8) ? 'stark' : 'bartik';
     $this->assertTrue(in_array($themeToCheck, $list), 'Themes are in the pm-list');
 
-    $this->drush('sql-query', array("SELECT path FROM menu_router WHERE path = 'devel/settings'"), array('root' => $this->webroot(), 'uri' => key($sites)));
+    $this->drush('sql-query', array("SELECT path FROM menu_router WHERE path = 'devel/settings';"), array('root' => $this->webroot(), 'uri' => key($sites)));
     $list = $this->getOutputAsList();
     $this->assertTrue(in_array('devel/settings', $list), 'Cache was cleared after modules were enabled');
 
