Skip to content

Commit

Permalink
use single quotes consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
n0v1 committed Apr 5, 2024
1 parent 1e37caa commit 6e441a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/proto-loader/test/descriptor_type_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ describe('Descriptor types', () => {
aggregate_value: 'foobar'
},
'(google.api.http)': {
post: "/hello",
body: "*",
response_body: "*",
post: '/hello',
body: '*',
response_body: '*',
additional_bindings: {}
},
'(google.api.method_signature)': 'bar'
Expand All @@ -170,7 +170,7 @@ describe('Descriptor types', () => {
idempotency_level: 'IDEMPOTENCY_UNKNOWN',
uninterpreted_option: [],
'(google.api.http)': {
get: "/hello",
get: '/hello',
additional_bindings: {
body: '*',
get: '/hello-world'
Expand Down

0 comments on commit 6e441a8

Please sign in to comment.