mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 22:55:50 +00:00
refactor: Remove unused code in test
This commit is contained in:
parent
2989057dd3
commit
92657fa8af
1 changed files with 0 additions and 4 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue