0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-05-13 18:41:27 +00:00 committed by astrobot-houston
parent 18e7f33ccd
commit 1e33cd85ad

View file

@ -201,6 +201,6 @@ describe('Astro Actions', () => {
let $ = cheerio.load(html);
assert.equal($('#error-message').text(), 'Not logged in');
assert.equal($('#error-code').text(), 'UNAUTHORIZED');
})
});
});
});