diff --git a/src/tests/gui/html/js/test_plugin.js b/src/tests/gui/html/js/test_plugin.js index 9044361e..1f97d36b 100644 --- a/src/tests/gui/html/js/test_plugin.js +++ b/src/tests/gui/html/js/test_plugin.js @@ -177,10 +177,10 @@ describe('Plugin', () => { it('should set isPriorityGlobal to passed key\'s value', () => { const plugin = new loot.Plugin({ name: 'test', - isEmpty: true, + isPriorityGlobal: true, }); - plugin.isEmpty.should.be.true(); + plugin.isPriorityGlobal.should.be.true(); }); it('should set id to the plugins name without spaces', () => {