Skip to content

Commit ddfe068

Browse files
committed
fix: update NUT
1 parent 49b74af commit ddfe068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuts/retrieve/noTracking.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('retrieve mdapi format without project', () => {
5555
});
5656

5757
expect(result.jsonOutput?.name).to.equal('noSourceTracking');
58-
expect(result.jsonOutput?.message).to.include('does not support source tracking');
58+
expect(result.jsonOutput?.message).to.include('Unable to track changes in your source files');
5959
});
6060

6161
after(async () => {

0 commit comments

Comments
 (0)