Reformat WatchersService test

pull/3860/head
Alex Dik 9 years ago
parent ea9592eb18
commit a77f6924b2
  1. 8
      frontend/app/components/panels/services/watchers.service.test.js

@ -32,12 +32,10 @@ describe('WatchersService', function() {
beforeEach(angular.mock.module('openproject.services'));
beforeEach(inject([
'WatchersService',
function(_WatchersService_) {
beforeEach(inject(['WatchersService', function(_WatchersService_) {
WatchersService = _WatchersService_;
}])
);
}]
));
context('for workPackage', function() {

Loading…
Cancel
Save