8000 linting · dependabot/fetch-metadata@9a3daaf · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a3daaf

Browse files
committed
linting
1 parent 4a87565 commit 9a3daaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dependabot/verified_commits.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test('it returns false if the commit was authored by someone other than Dependab
4949
expect(await getMessage(mockGitHubClient, mockGitHubPullContext())).toBe(false)
5050

5151
expect(core.warning).toHaveBeenCalledWith(
52-
expect.stringContaining("It looks like this PR was not created by Dependabot, refusing to proceed.")
52+
expect.stringContaining('It looks like this PR was not created by Dependabot, refusing to proceed.')
5353
)
5454
})
5555

0 commit comments

Comments
 (0)
0