Completed
Push — master ( 45e3f3...934bb8 )
by Dave
03:07 queued 30s
created
tests/Model/CategoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      *
45 45
      */
46 46
     public static function tearDownAfterClass() {
47
-        Freshsauce\Model\Model::execute( 'DROP DATABASE IF EXISTS `categorytest`' );
47
+        Freshsauce\Model\Model::execute('DROP DATABASE IF EXISTS `categorytest`');
48 48
     }
49 49
 
50 50
     /**
Please login to merge, or discard this patch.