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 47e77da commit 520e5a0Copy full SHA for 520e5a0
test/TestBuildingBlocks/JsonElementAssertionExtensions.cs
@@ -32,7 +32,7 @@ public static string GetSchemaReferenceId(this JsonElement source)
32
string? jsonElementValue = source.GetString();
33
jsonElementValue.Should().StartWith(ComponentSchemaPrefix);
34
35
- return jsonElementValue![ComponentSchemaPrefix.Length..];
+ return jsonElementValue[ComponentSchemaPrefix.Length..];
36
}
37
38
[CustomAssertion]
0 commit comments