We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb25f5 commit 32cf607Copy full SHA for 32cf607
test/Microsoft.OpenApi.Tests/Writers/OpenApiWriterAnyExtensionsTests.cs
@@ -56,7 +56,7 @@ public void WriteOpenApiLongAsJsonWorks(long input)
56
57
[Theory]
58
[InlineData(float.MinValue)]
59
- [InlineData(42)]
+ [InlineData(42.42)]
60
[InlineData(float.MaxValue)]
61
public void WriteOpenApiFloatAsJsonWorks(float input)
62
{
@@ -71,7 +71,7 @@ public void WriteOpenApiFloatAsJsonWorks(float input)
71
72
73
[InlineData(double.MinValue)]
74
75
[InlineData(double.MaxValue)]
76
public void WriteOpenApiDoubleAsJsonWorks(double input)
77
0 commit comments