Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
test: slight correction on one test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Mar 24, 2022
1 parent 52b11e5 commit 6bd5540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changed/find-diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe("Find diff", () => {
]);

const files2 = await findDiff(exampleConfig2, true);
expect(files1).toEqual([
expect(files2).toEqual([
path.join("src", "changed", "fixtures", "test1"),
path.join("src", "changed", "fixtures", "test2"),
]);
Expand Down

0 comments on commit 6bd5540

Please sign in to comment.