From 2838158139dde5d6baa918a2e01f7667f12bb342 Mon Sep 17 00:00:00 2001 From: Fabien Franzen Date: Thu, 9 Oct 2014 18:18:04 +0200 Subject: [PATCH] Fix failing test --- test/relations.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/relations.test.js b/test/relations.test.js index 5315e677..f6848d11 100644 --- a/test/relations.test.js +++ b/test/relations.test.js @@ -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(); });