[ci] format

This commit is contained in:
matthewp 2022-10-07 21:10:32 +00:00 committed by fredkbot
parent 062335dbf7
commit 2314e48f03

View file

@ -11,7 +11,7 @@ describe('getImage', function () {
});
it('Remote images works', async () => {
const assets = await fixture.readdir('/assets')
const assets = await fixture.readdir('/assets');
expect(assets).to.have.a.lengthOf(1);
});
});