diff --git a/mythical-creatures/test/ogre-test.js b/mythical-creatures/test/ogre-test.js index e3ef84fad..5b33c584d 100644 --- a/mythical-creatures/test/ogre-test.js +++ b/mythical-creatures/test/ogre-test.js @@ -11,7 +11,7 @@ describe('Ogre', () => { }); it.skip('', function() { - const ogre = new Ogre({name: 'Brak'}); + const ogre = new Ogre({name: 'Brak', abode: 'Swamp'}); assert.equal(ogre.home, 'Swamp'); });