fix(test): extra curly

This commit is contained in:
SabreCat
2018-03-20 21:56:55 +00:00
parent 9b8bdb90d8
commit 6c18d19d95

View File

@@ -39,4 +39,4 @@ describe('GET /world-state', () => {
expect(res).to.have.nested.property('npcImageSuffix');
expect(res.npcImageSuffix).to.be.a('string');
});
}});
});