diff options
Diffstat (limited to 'test/angular-mocksSpec.js')
| -rw-r--r-- | test/angular-mocksSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/angular-mocksSpec.js b/test/angular-mocksSpec.js index fabc47ea..f49c53b1 100644 --- a/test/angular-mocksSpec.js +++ b/test/angular-mocksSpec.js @@ -120,7 +120,7 @@ describe('TzDate', function() {    });  }); -describe('$log', function() { +describe('$log mock', function() {    var $log;    beforeEach(function() {      $log = MockLogFactory(); | 
