@@ -280,6 +280,7 @@ public async Task ToGold_PrefersActiveSamHolding_OverCommonLand()
280280 [ activeSamHolding , activeCommonLand ] ,
281281 [ ] ,
282282 [ ] ,
283+ [ ] ,
283284 ( _ , _ ) => Task . FromResult < CountryDocument ? > ( null ) ,
284285 ( _ , _ ) => Task . FromResult < SiteTypeDocument ? > ( null ) ,
285286 ( code , _ ) => Task . FromResult < SiteIdentifierTypeDocument ? > (
@@ -332,6 +333,7 @@ public async Task ToGold_PrefersInactiveSamHolding_OverActiveCommonLand()
332333 [ inactiveSamHolding , activeCommonLand ] ,
333334 [ ] ,
334335 [ ] ,
336+ [ ] ,
335337 ( _ , _ ) => Task . FromResult < CountryDocument ? > ( null ) ,
336338 ( _ , _ ) => Task . FromResult < SiteTypeDocument ? > ( null ) ,
337339 ( code , _ ) => Task . FromResult < SiteIdentifierTypeDocument ? > (
@@ -375,6 +377,7 @@ public async Task ToGold_SelectsCommonLand_WhenOnlyCommonLandPresent()
375377 [ activeCommonLand ] ,
376378 [ ] ,
377379 [ ] ,
380+ [ ] ,
378381 ( _ , _ ) => Task . FromResult < CountryDocument ? > ( null ) ,
379382 ( _ , _ ) => Task . FromResult < SiteTypeDocument ? > ( null ) ,
380383 ( code , _ ) => Task . FromResult < SiteIdentifierTypeDocument ? > (
@@ -426,6 +429,7 @@ public async Task ToGold_SelectsMostRecentActiveSamHolding_WhenMultipleActiveSam
426429 [ olderSamHolding , newerSamHolding ] ,
427430 [ ] ,
428431 [ ] ,
432+ [ ] ,
429433 ( _ , _ ) => Task . FromResult < CountryDocument ? > ( null ) ,
430434 ( _ , _ ) => Task . FromResult < SiteTypeDocument ? > ( null ) ,
431435 ( code , _ ) => Task . FromResult < SiteIdentifierTypeDocument ? > (
0 commit comments