Skip to content

Commit

Permalink
fix: update test expectations for new error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jun 18, 2024
1 parent 13c914d commit 7e5ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nuts/trackingCommands/conflicts.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('conflict detection and resolution', () => {
filePath,
},
]);
expect(json?.code).to.equal(1);
expect(json?.code).to.equal('sourceConflictDetected');
expect(json?.exitCode).to.equal(1);
expect(json?.status).to.equal(1);
expect(json?.name).to.equal('sourceConflictDetected');
Expand Down

0 comments on commit 7e5ae41

Please sign in to comment.