Skip to content

Commit

Permalink
Fix linter after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Oct 30, 2020
1 parent e80484b commit 43f7e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/security/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const getSample = () => {

return {
sample: proxyquire('../', {
"node-fetch": fetchMock,
'node-fetch': fetchMock,
}),
mocks: {
res: resMock,
Expand Down

0 comments on commit 43f7e63

Please sign in to comment.