mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Added a line break
This commit is contained in:
@@ -55,6 +55,7 @@ describe('Notification Controller', function() {
|
|||||||
expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'});
|
expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Quest Completion modal watch', function() {
|
describe('Quest Completion modal watch', function() {
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
sandbox.stub(rootScope, 'openModal');
|
sandbox.stub(rootScope, 'openModal');
|
||||||
|
|||||||
Reference in New Issue
Block a user