mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
Added a line break
This commit is contained in:
parent
b249e103de
commit
c942c10c17
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ describe('Notification Controller', function() {
|
|||
expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'});
|
||||
});
|
||||
});
|
||||
|
||||
describe('Quest Completion modal watch', function() {
|
||||
beforeEach(function() {
|
||||
sandbox.stub(rootScope, 'openModal');
|
||||
|
|
|
|||
Loading…
Reference in a new issue