Skip to content

Commit eae12c3

Browse files
committed
Indentation error
1 parent f11240a commit eae12c3

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

test/LEGO.AsyncAPI.Tests/AsyncApiDocumentV2Tests.cs

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)