Skip to content

Commit

Permalink
test(simpl): fix incorrect arg passed to assertion helper for
Browse files Browse the repository at this point in the history
all-contributors
  • Loading branch information
damienbutt committed Feb 24, 2024
1 parent 53501b7 commit 79ba274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simpl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ describe("generator-norgate-av:simpl", () => {
it("should create the correct .all-contributorsrc", () => {
assertAllContributorsRc(".all-contributorsrc", {
id: result.generator.options.id,
pkg: result.generator.options.pkg,
author: result.generator.options.author,
});
});

Expand Down

0 comments on commit 79ba274

Please sign in to comment.