Skip to content

Commit

Permalink
adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Oct 6, 2024
1 parent 7d84630 commit b7830c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/package.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ describe('toVsixManifest', () => {
result.PackageManifest.Assets[0].Asset[1].$.Type,
'Microsoft.VisualStudio.Services.Content.Details'
);
assert.strictEqual(result.PackageManifest.Assets[0].Asset[1].$.Path, 'extension/foo/readme-foo.md');
assert.strictEqual(result.PackageManifest.Assets[0].Asset[1].$.Path, 'extension/readme.md');
});
});

Expand Down Expand Up @@ -752,7 +752,7 @@ describe('toVsixManifest', () => {
result.PackageManifest.Assets[0].Asset[1].$.Type,
'Microsoft.VisualStudio.Services.Content.Changelog'
);
assert.strictEqual(result.PackageManifest.Assets[0].Asset[1].$.Path, 'extension/foo/changelog-foo.md');
assert.strictEqual(result.PackageManifest.Assets[0].Asset[1].$.Path, 'extension/changelog.md');
});
});

Expand Down

0 comments on commit b7830c3

Please sign in to comment.