Skip to content

Commit 4b310d5

Browse files
authored
Rename test case
1 parent 4777911 commit 4b310d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/json-ld.net.tests/SortingTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace JsonLD.Test
1111
public class SortingTests
1212
{
1313
[Theory, MemberData(nameof(SortingTestCases))]
14-
public void RunJsonLdProcessor(string id, SortingTestCase testCase)
14+
public void RunJsonLdApi(string id, SortingTestCase testCase)
1515
{
1616
JToken result = testCase.run();
1717
if (testCase.error != null)

0 commit comments

Comments
 (0)