File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace JsonLD.Test
10
10
{
11
11
public class ExtendedFunctionalityTests
12
12
{
13
- public const string ManifestRoot = "ExtendedFunctionality" ;
13
+ private const string ManifestRoot = "ExtendedFunctionality" ;
14
14
15
15
[ Theory , MemberData ( nameof ( ExtendedFunctionalityCases ) ) ]
16
16
public void ExtendedFunctionalityTestPasses ( string id , ExtendedFunctionalityTestCase testCase )
@@ -62,11 +62,10 @@ public static IEnumerable<object[]> ExtendedFunctionalityCases()
62
62
"fromRdf-manifest.jsonld"
63
63
} ;
64
64
65
- public static IEnumerable < object [ ] > SortingTestCases ( )
65
+ private static IEnumerable < object [ ] > SortingTestCases ( )
66
66
{
67
67
var jsonFetcher = new JsonFetcher ( ) ;
68
68
var rootDirectory = Path . Combine ( ManifestRoot , "Sorting" ) ;
69
- var cases = new List < object [ ] > { } ;
70
69
71
70
foreach ( string manifest in SortingManifests )
72
71
{
You can’t perform that action at this time.
0 commit comments