fix tests

This commit is contained in:
Girish Ramakrishnan
2025-09-13 14:51:30 +02:00
parent 045187fe2d
commit 43cc91aca2
7 changed files with 28 additions and 12 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ describe('System', function () {
it('can get block devices', async function () {
const devices = await system.getBlockDevices();
expect(devices.some(d => d.mountpoint === '/')).to.be(true);
expect(devices).to.be.ok();
});
it('can get filesystems', async function () {