Skip to content

Commit

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

0 comments on commit 6ab0e4e

Please sign in to comment.