We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465baaf commit 794dbc8Copy full SHA for 794dbc8
test/Microsoft.OpenApi.Readers.Tests/ApisGuruTests/ApisGuruTests.cs
@@ -48,17 +48,6 @@ JToken GetProp(JToken obj, string prop)
48
}
49
50
51
- private static JToken GetProp(JToken obj, string prop)
52
- {
53
- if (!(obj is JObject jObj))
54
- return null;
55
- if (!jObj.TryGetValue(prop, out var jToken))
56
57
- return jToken;
58
- }
59
-
60
61
62
[Theory(DisplayName = "APIs.guru")]
63
[MemberData(nameof(GetSchemas))]
64
public async Task EnsureThatICouldParse(string url)
0 commit comments