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 c4d1ab2 commit f4bdbe4Copy full SHA for f4bdbe4
src/JSInterop/Microsoft.JSInterop/test/Infrastructure/TypeJsonConverterTest.cs
@@ -136,7 +136,7 @@ public void Read_ThrowsInvalidOperationException_IfTypeCannotBeFound()
136
public void Read_ThrowsJsonException_IfJsonIsNotStartObject()
137
{
138
// Arrange
139
- var json = """"invalid"""";
+ var json = "\"invalid\"";
140
141
// Act & Assert
142
var ex = Assert.Throws<JsonException>(() => JsonSerializer.Deserialize<Type>(json, _jsonSerializerOptions));
0 commit comments