mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
chore: fix missed failing test (#11115)
This commit is contained in:
parent
e1884ea6a8
commit
6988f1d278
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ describe('astro:db', () => {
|
|||
const html = await fixture.readFile('/run/index.html');
|
||||
const $ = cheerioLoad(html);
|
||||
|
||||
expect($('#row').text()).to.equal('1');
|
||||
assert.match($('#row').text(), /1/)
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue