File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ async def test_generate_naming_standard_report(tmp_path):
351351 "buckets/ssb-dapla-example-data-produkt-prod/klargjorte_data/_p2021-12-31_p2021-12-31_v1.parquet" ,
352352 "buckets/ssb-dapla-example-data-produkt-prod/ledstill/klargjorte_data/park_p2021-12-31_p2021-12-31_v1.parquet" ,
353353 "buckets/ssb-dapla-example-data-produkt-prod/ledstill/park_wrongunderscore_v1.parquet" ,
354+ "buckets/ssb-dapla-example-data-produkt-prod/ledstill/klargjorte_data/three-periods_p2020-12-31_p2021-12-31_p2022-12-31_v1.parquet" ,
354355 ]
355356 for file_path in file_paths :
356357 full_path = tmp_path / file_path
@@ -363,8 +364,8 @@ async def test_generate_naming_standard_report(tmp_path):
363364
364365 if isinstance (results , list ):
365366 report = generate_validation_report (validation_results = results )
366- assert report .num_failures == 4
367- assert report .num_files_validated == 6
367+ assert report .num_failures == 5
368+ assert report .num_files_validated == 7
368369 assert report .num_success == 2
369370
370371
You can’t perform that action at this time.
0 commit comments