Skip to content

Commit

Permalink
Merge branch 'master' into margriet_373_schema_300_structure_control
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Aug 6, 2024
2 parents f1d82b0 + 172dc24 commit d641581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_bergermeer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def count_unique(arr):

@pytest.mark.parametrize(
"filename",
["v2_bergermeer.sqlite", "v2_bergermeer.gpkg"],
["v2_bergermeer.sqlite"],
)
def test_integration(tmp_path, filename):
shutil.copyfile(unittests_data_path / filename, tmp_path / filename)
Expand Down

0 comments on commit d641581

Please sign in to comment.