mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
refactor: Remove unused code in test
This commit is contained in:
@@ -104,10 +104,6 @@ describe('Groups Controller', function() {
|
||||
scope.groupCopy.leader = 'new leader';
|
||||
expect(scope.groupCopy.leader).to.not.eql(guild.leader);
|
||||
});
|
||||
|
||||
// scope.cancelEdit(guild);
|
||||
// expect(scope.groupCopy).to.eql({});
|
||||
// expect(guild._editing).to.eql(false);
|
||||
});
|
||||
|
||||
describe('saveEdit', () => {
|
||||
|
||||
Reference in New Issue
Block a user