From 9c24d15a32bed073826e1f9c8ad823ddc6b17e90 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 20 Nov 2017 20:30:41 -0800 Subject: [PATCH] remove empty test case from header.client.controller.test.js --- .../tests/unit/controllers/header.client.controller.test.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/modules/core/tests/unit/controllers/header.client.controller.test.js b/public/modules/core/tests/unit/controllers/header.client.controller.test.js index b4693143..9699791a 100755 --- a/public/modules/core/tests/unit/controllers/header.client.controller.test.js +++ b/public/modules/core/tests/unit/controllers/header.client.controller.test.js @@ -47,9 +47,5 @@ $scope: scope }); })); - - it('should expose the authentication service', function() { - //expect(scope.authentication).toBeTruthy(); - }); }); })(); \ No newline at end of file