Fixed silent JS test error

This commit is contained in:
Oliver Hamlet
2016-09-10 09:48:43 +01:00
parent 2daf0a3ef0
commit fd076b7a39
+1 -1
View File
@@ -1276,7 +1276,7 @@ describe('PluginCardContent', () => {
it('should return an array missing the "do not clean" message when the "do not clean" messages filter is enabled', () => {
filters.hideDoNotCleanMessages = true;
plugin.getCardContent(filters).messages.should.deepEqual([
type: plugin.messages[0],
plugin.messages[0],
]);
});