Skip to content

Commit f28ba32

Browse files
authored
Update unknown test for known file (#343)
Signed-off-by: Gavin John <[email protected]>
1 parent dd51f81 commit f28ba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/__tests__/unknown.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ describe("checkOtherFiles", () => {
1616
});
1717

1818
test("Should not require any reviewers on known file", () => {
19-
expect(checkOtherFiles(fakeOctokit, { governance: ["a", "b", "c"] }, [{ filename: "EIPS/foo.txt", status: "modified" }])).resolves.toMatchObject([]);
19+
expect(checkOtherFiles(fakeOctokit, { governance: ["a", "b", "c"] }, [{ filename: "EIPS/eip-asdf.md", status: "modified" }])).resolves.toMatchObject([]);
2020
});
2121
});

0 commit comments

Comments
 (0)