Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDalby committed May 10, 2021
1 parent 7b1ce17 commit 773bce2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/SchemaRegistry.newApi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,16 +511,16 @@ describe('SchemaRegistry - new Api', () => {
}
}
`,
type = SchemaType.PROTOBUF,
nestedPayload = {
data: 'data-value',
innerMessageType1: {
someField: 'someField-value'
},
innerMessageType2: {
someOtherField: 'someOtherField-value'
type = SchemaType.PROTOBUF,
nestedPayload = {
data: 'data-value',
innerMessageType1: {
someField: 'someField-value',
},
innerMessageType2: {
someOtherField: 'someOtherField-value',
},
}
}

beforeAll(() => {
schemaRegistry = new SchemaRegistry(schemaRegistryArgs)
Expand Down

0 comments on commit 773bce2

Please sign in to comment.