Skip to content

Commit 6e441a8

Browse files
committed
use single quotes consistently
1 parent 1e37caa commit 6e441a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/proto-loader/test/descriptor_type_test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ describe('Descriptor types', () => {
153153
aggregate_value: 'foobar'
154154
},
155155
'(google.api.http)': {
156-
post: "/hello",
157-
body: "*",
158-
response_body: "*",
156+
post: '/hello',
157+
body: '*',
158+
response_body: '*',
159159
additional_bindings: {}
160160
},
161161
'(google.api.method_signature)': 'bar'
@@ -170,7 +170,7 @@ describe('Descriptor types', () => {
170170
idempotency_level: 'IDEMPOTENCY_UNKNOWN',
171171
uninterpreted_option: [],
172172
'(google.api.http)': {
173-
get: "/hello",
173+
get: '/hello',
174174
additional_bindings: {
175175
body: '*',
176176
get: '/hello-world'

0 commit comments

Comments
 (0)