mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed silent JS test error
This commit is contained in:
@@ -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],
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user