We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b74af commit ddfe068Copy full SHA for ddfe068
test/nuts/retrieve/noTracking.nut.ts
@@ -55,7 +55,7 @@ describe('retrieve mdapi format without project', () => {
55
});
56
57
expect(result.jsonOutput?.name).to.equal('noSourceTracking');
58
- expect(result.jsonOutput?.message).to.include('does not support source tracking');
+ expect(result.jsonOutput?.message).to.include('Unable to track changes in your source files');
59
60
61
after(async () => {
0 commit comments