File tree Expand file tree Collapse file tree
test/ByteBard.AsyncAPI.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments