INFRA-132 - Batch #8
[civicrm-core.git] / tests / mailing_test / controllerTest.js
index c2341ef83caa4dc083e3b744f1fa314164d49d04..e37529a21b661a1b3f0d1a97f10978b3b1b43114 100644 (file)
@@ -10,11 +10,9 @@ describe('Mailing Controllers', function() {
       ctrl = $controller('mailingCtrl', {$scope: scope});
     }));
 
-
     it('should check if 5 groups are there', function() {
       expect(scope.cool_api.length).toBe(3);
 
     });
-       });
+  });
 });
-