Skip to content

Commit

Permalink
tests: Fix missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 6, 2024
1 parent 66ad435 commit 2a8e661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/switzerland/tests/test_ist_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class TestIstFileHarvester(BaseSBBHarvesterTests):
"""

harvester_class = SBBHarvester

@pytest.mark.usefixtures("with_plugins", "clean_db", "clean_index")
def test_simple(self):
filesystem = self.get_filesystem(filename="ist_file.csv")
Expand Down

0 comments on commit 2a8e661

Please sign in to comment.