Skip to content

Commit

Permalink
glemte å kjøre tester og oppdaget skriveleif. fikset nå
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard biermann committed Aug 21, 2024
1 parent 06dfa09 commit 2a28ea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from ssb_konjunk.saving import _structure_ssb_filepath
from ssb_konjunk.saving import _verify_base_filename
from ssb_konjunk.saving import _verify_datatilstand
from ssb_konjunk.saving import _get_files



Expand Down Expand Up @@ -133,7 +132,7 @@ def test_verify_list_filtypes() -> None:
'ssb-vare-tjen-korttid-data-produkt-test/vhi/inndata/utvalg/ra-0187/ra-0187_p2024-01-01_p2024-01-31_v69.parquet',
'ssb-vare-tjen-korttid-data-produkt-test/vhi/inndata/utvalg/ra-0187/ra-0187_p2024-01-01_p2024-01-31_v70.csv']

filtype = 'parquet'
filetype = 'parquet'

# Only include files with the relevant file extension
filenames = [i for i in filenames if i.endswith(filetype)]
Expand Down

0 comments on commit 2a28ea4

Please sign in to comment.