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 3dd098b commit c9d48faCopy full SHA for c9d48fa
src/Components/Endpoints/test/FormMapping/Converters/NullableConverterTests.cs
@@ -179,7 +179,6 @@ public void TryConvertValue_ForCustomParsableStruct_UsesParsableImplementation_F
179
Assert.True(result.Value.WasEmptyOrNull);
180
}
181
182
-
183
[Fact]
184
public void TryConvertValue_ForCustomParsableStruct_UsesParsableImplementation_ForGoodValue()
185
{
0 commit comments