mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Forgot to change part of the new tag test.
This commit is contained in:
@@ -12,7 +12,7 @@ describe('Filters Controller', function() {
|
|||||||
|
|
||||||
it('creates a tag', function(){
|
it('creates a tag', function(){
|
||||||
scope._newTag = {name:'tagName'}
|
scope._newTag = {name:'tagName'}
|
||||||
scope.createTag('tagName');
|
scope.createTag();
|
||||||
expect(user.tags).to.have.length(1);
|
expect(user.tags).to.have.length(1);
|
||||||
expect(user.tags[0].name).to.eql('tagName');
|
expect(user.tags[0].name).to.eql('tagName');
|
||||||
expect(user.tags[0]).to.have.property('id');
|
expect(user.tags[0]).to.have.property('id');
|
||||||
|
|||||||
Reference in New Issue
Block a user