Skip to content

Commit

Permalink
chore: update NUT
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Nov 8, 2023
1 parent 6ab0e4e commit 32c0622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/commands/deploy/metadata/validate.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ describe('deploy metadata validate NUTs', () => {
expect(deploy?.result.success).to.be.true;
expect(deploy?.result.numberComponentsDeployed).to.equal(10);
expect(deploy?.result.checkOnly).to.be.true;
expect(deploy?.result.ignoreWarnings).to.be.true;
});
});
});

0 comments on commit 32c0622

Please sign in to comment.