Skip to content

Commit 77df1d8

Browse files
smockleCopilot
andauthored
nit: Missing semicolon
Co-authored-by: Copilot <[email protected]>
1 parent cbe6ff3 commit 77df1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/site-with-errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe("site-with-errors", () => {
152152
for (const pullRequest of pullRequests) {
153153
expect(pullRequest.user.login).toBe("Copilot");
154154
expect(pullRequest.state).toBe("open");
155-
expect(pullRequest.assignees).toBeDefined()
155+
expect(pullRequest.assignees).toBeDefined();
156156
expect(pullRequest.assignees!.some(a => a.login === "Copilot")).toBe(true);
157157
}
158158
});

0 commit comments

Comments
 (0)