File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -1333,20 +1333,19 @@ public void SerializeV2_EmptyChannelObject_DeserializeAndSerializePreserveChanne
13331333 {
13341334 // Arrange
13351335 var spec = """
1336- asyncapi: 2.6.0
1337- info:
1338- title: Spec with missing channel info
1339- description: test description
1340- servers:
1341- production:
1342- url: example.com
1343- protocol: pulsar+ssl
1344- description: test description
1345- channels: { }
1336+ asyncapi: 2.6.0
1337+ info:
1338+ title: Spec with missing channel info
1339+ description: test description
1340+ servers:
1341+ production:
1342+ url: example.com
1343+ protocol: pulsar+ssl
1344+ description: test description
1345+ channels: { }
13461346 """ ;
13471347
13481348 var settings = new AsyncApiReaderSettings ( ) ;
1349- settings . Bindings = BindingsCollection . All ;
13501349 var reader = new AsyncApiStringReader ( settings ) ;
13511350
13521351 // Act
You can’t perform that action at this time.
0 commit comments