Skip to content

Commit

Permalink
fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Feb 20, 2019
1 parent f036824 commit 419aba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oas3/execute/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('buildRequest - OpenAPI Specification 3.0', function () {
spec,
operationId: 'getMe',
parameters: {
myParam: "hi"
myParam: 'hi'
}
})

Expand Down

0 comments on commit 419aba5

Please sign in to comment.