Skip to content

Commit

Permalink
error msg in tests updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanthesha committed Apr 25, 2024
1 parent 74f7b7d commit 9a48ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/require-valid-changelog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('Rule: require-valid-changelog', () => {
fail,
}),
).rejects.toThrow(
'Missing `url`.\n The package does not have a well-formed manifest. This is not the fault of the changelog, but this rule requires a valid package manifest.',
'Tried to get version from package manifest in order to validate changelog, but manifest is not well-formed (Missing `url`.)',
);
});
});
Expand Down

0 comments on commit 9a48ff8

Please sign in to comment.