Skip to content

Commit d9c42b7

Browse files
committed
platform agnostic
1 parent f6b4a6e commit d9c42b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/ByteBard.AsyncAPI.Tests/AsyncApiDocumentV3Tests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public void V3_WithComplexInput_CanReSerialize()
233233
diagnostics.Warnings.Should().BeEmpty();
234234
reserialized.Should().BePlatformAgnosticEquivalentTo(expected);
235235
}
236-
236+
237237
[Test]
238238
public void V3_SerializeV2_WithNoMessageReference_SerializesChannelMessagesOneOf()
239239
{
@@ -331,9 +331,9 @@ public void V3_SerializeV2_WithNoMessageReference_SerializesChannelMessagesOneOf
331331
};
332332

333333
var yamlV2 = myFirstAsyncApi.SerializeAsYaml(AsyncApiVersion.AsyncApi2_0);
334-
yamlV2.Should().BeEquivalentTo(expected);
334+
yamlV2.Should().BePlatformAgnosticEquivalentTo(expected);
335335
}
336-
336+
337337
[Test]
338338
public void V3_SerializeV2_WithNoMessageReference_SerializesChannelMessage()
339339
{
@@ -405,7 +405,7 @@ public void V3_SerializeV2_WithNoMessageReference_SerializesChannelMessage()
405405
};
406406

407407
var yamlV2 = myFirstAsyncApi.SerializeAsYaml(AsyncApiVersion.AsyncApi2_0);
408-
yamlV2.Should().BeEquivalentTo(expected);
408+
yamlV2.Should().BePlatformAgnosticEquivalentTo(expected);
409409
}
410410
}
411411
}

0 commit comments

Comments
 (0)