mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
Forgot to change part of the new tag test.
This commit is contained in:
parent
c22acb81a8
commit
c2e2122efd
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ describe('Filters Controller', function() {
|
|||
|
||||
it('creates a tag', function(){
|
||||
scope._newTag = {name:'tagName'}
|
||||
scope.createTag('tagName');
|
||||
scope.createTag();
|
||||
expect(user.tags).to.have.length(1);
|
||||
expect(user.tags[0].name).to.eql('tagName');
|
||||
expect(user.tags[0]).to.have.property('id');
|
||||
|
|
|
|||
Loading…
Reference in a new issue