Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Dec 18, 2024
1 parent f41b3c3 commit 9fb7f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/models/device-type.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ describe('Device Type model', function () {
await balena.models.deviceType.getInstructions(deviceTypeSlug);
expect(result).to.be.an('Array');
expect(result).to.not.have.length(0);
console.log(result);
expect(result).to.eql(instructions);
});

Expand All @@ -162,6 +163,7 @@ describe('Device Type model', function () {
const result = await balena.models.deviceType.getInstructions(contract);
expect(result).to.be.an('Array');
expect(result).to.not.have.length(0);
console.log(result);
expect(result).to.eql(instructions);
});
});
Expand Down

0 comments on commit 9fb7f00

Please sign in to comment.