File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments