File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/ProgressOnderwijsUtils.Tests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -249,8 +249,7 @@ public static class AttributeConstructionMethods
249249 AssertFileExistsAndApproveContent (
250250 AttributeLookupTable_GeneratedOutputFilePath ,
251251 GenerateAttributeLookupTable (
252- elements . Select ( el => ( el . elementName , el . attributes ) ) . ToArray ( ) ,
253- globalAttributes
252+ elements . Select ( el => ( el . elementName , el . attributes ) ) . ToArray ( )
254253 )
255254 ) ,
256255 } . WhereNotNull ( ) . ToArray ( ) ;
@@ -259,8 +258,7 @@ public static class AttributeConstructionMethods
259258 return ;
260259
261260 string GenerateAttributeLookupTable (
262- ( string elementName , DistinctArray < string > attributes ) [ ] elements ,
263- HashSet < string > globalAttributes )
261+ ( string elementName , DistinctArray < string > attributes ) [ ] elements )
264262 {
265263 // Generate lookup entries for each element
266264 var elementLookups = elements . Select ( el => {
You can’t perform that action at this time.
0 commit comments