We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a87565 commit 9a3daafCopy full SHA for 9a3daaf
src/dependabot/verified_commits.test.ts
@@ -49,7 +49,7 @@ test('it returns false if the commit was authored by someone other than Dependab
49
expect(await getMessage(mockGitHubClient, mockGitHubPullContext())).toBe(false)
50
51
expect(core.warning).toHaveBeenCalledWith(
52
- expect.stringContaining("It looks like this PR was not created by Dependabot, refusing to proceed.")
+ expect.stringContaining('It looks like this PR was not created by Dependabot, refusing to proceed.')
53
)
54
})
55
0 commit comments