Skip to content

Commit 0e35a8f

Browse files
committed
Some cleanup
1 parent 69820b3 commit 0e35a8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: test/json-ld.net.tests/ExtendedFunctionalityTests.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace JsonLD.Test
1010
{
1111
public class ExtendedFunctionalityTests
1212
{
13-
public const string ManifestRoot = "ExtendedFunctionality";
13+
private const string ManifestRoot = "ExtendedFunctionality";
1414

1515
[Theory, MemberData(nameof(ExtendedFunctionalityCases))]
1616
public void ExtendedFunctionalityTestPasses(string id, ExtendedFunctionalityTestCase testCase)
@@ -62,11 +62,10 @@ public static IEnumerable<object[]> ExtendedFunctionalityCases()
6262
"fromRdf-manifest.jsonld"
6363
};
6464

65-
public static IEnumerable<object[]> SortingTestCases()
65+
private static IEnumerable<object[]> SortingTestCases()
6666
{
6767
var jsonFetcher = new JsonFetcher();
6868
var rootDirectory = Path.Combine(ManifestRoot, "Sorting");
69-
var cases = new List<object[]> { };
7069

7170
foreach (string manifest in SortingManifests)
7271
{

0 commit comments

Comments
 (0)