Fix failing test
This commit is contained in:
parent
0e49dc94ec
commit
2838158139
|
@ -1659,7 +1659,7 @@ describe('relations', function () {
|
|||
should.not.exist(e);
|
||||
should.exist(tags);
|
||||
|
||||
article.tags().should.eql(tags);
|
||||
article.tagNames().should.eql(tags);
|
||||
|
||||
done();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue