We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4777911 commit 4b310d5Copy full SHA for 4b310d5
test/json-ld.net.tests/SortingTests.cs
@@ -11,7 +11,7 @@ namespace JsonLD.Test
11
public class SortingTests
12
{
13
[Theory, MemberData(nameof(SortingTestCases))]
14
- public void RunJsonLdProcessor(string id, SortingTestCase testCase)
+ public void RunJsonLdApi(string id, SortingTestCase testCase)
15
16
JToken result = testCase.run();
17
if (testCase.error != null)
0 commit comments