Skip to content

Commit 520e5a0

Browse files
committed
Remove redundant suppressions
1 parent 47e77da commit 520e5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestBuildingBlocks/JsonElementAssertionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static string GetSchemaReferenceId(this JsonElement source)
3232
string? jsonElementValue = source.GetString();
3333
jsonElementValue.Should().StartWith(ComponentSchemaPrefix);
3434

35-
return jsonElementValue![ComponentSchemaPrefix.Length..];
35+
return jsonElementValue[ComponentSchemaPrefix.Length..];
3636
}
3737

3838
[CustomAssertion]

0 commit comments

Comments
 (0)