Skip to content

Commit 735e959

Browse files
committed
Added a sample data file for cz_change_2012_2018 product test.
1 parent 39c86e1 commit 735e959

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/qc_tool/test/test_vector_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_gpkg(self):
148148
class Test_cz_change_2012_2018(ProductTestCase):
149149
def test_gpkg(self):
150150
filepath = TEST_DATA_DIR.joinpath("vector", "cz", "gdb", "CZ_change_2012_2018_DU001_3035_V1_0.gdb.zip")
151-
expected_step_results = ["ok"] * 17
151+
expected_step_results = ["ok"] * 16
152152
# vector.inspire check is skipped
153153
expected_step_results[5] = "skipped"
154154

Binary file not shown.

0 commit comments

Comments
 (0)