Skip to content

Commit f308579

Browse files
committed
fix lint
1 parent b9e6643 commit f308579

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/codegen/generators/typescript/channels.spec.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,21 +130,21 @@ describe('channels', () => {
130130
});
131131
it('should work with operation extension', async () => {
132132
const parsedAsyncAPIDocument = await loadAsyncapiFromMemory(JSON.stringify({
133-
"asyncapi": "2.6.0",
134-
"info": {
135-
"title": "Account Service",
136-
"version": "1.0.0",
137-
"description": "This service is in charge of processing user signups"
133+
asyncapi: "2.6.0",
134+
info: {
135+
title: "Account Service",
136+
version: "1.0.0",
137+
description: "This service is in charge of processing user signups"
138138
},
139-
"channels": {
139+
channels: {
140140
"user/signedup": {
141-
"publish": {
142-
"message": {
143-
"payload": {}
141+
publish: {
142+
message: {
143+
payload: {}
144144
}
145145
},
146146
"x-the-codegen-project": {
147-
"functionTypeMapping": ["nats_jetstream_publish"]
147+
functionTypeMapping: ["nats_jetstream_publish"]
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)