Skip to content

Commit

Permalink
Adjusted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joxssb committed Oct 10, 2024
1 parent fbbccc8 commit a0202fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_structure_ssb_filepath() -> None:

assert (
filename_2
== "ssb-reiseliv-korttid-data-produkt-prod/overnatting/inndata/min_fil_p2023_p2024"
== "ssb-reiseliv-korttid-data-produkt-prod/overnatting/inndata/min_fil_p2023_p2024_"
), filename_2

filename_3 = _structure_ssb_filepath(
Expand All @@ -65,7 +65,7 @@ def test_structure_ssb_filepath() -> None:

assert (
filename_3
== "ssb-reiseliv-korttid-data-produkt-prod/overnatting/inndata/mellommappe/min_fil_p2023_p2024"
== "ssb-reiseliv-korttid-data-produkt-prod/overnatting/inndata/mellommappe/min_fil_p2023_p2024_"
), filename_3

filename_4 = _structure_ssb_filepath(
Expand All @@ -81,7 +81,7 @@ def test_structure_ssb_filepath() -> None:

assert (
filename_4
== "ssb-reiseliv-korttid-data-produkt-prod/oppdrag/min_fil_p2023_p2024"
== "ssb-reiseliv-korttid-data-produkt-prod/oppdrag/min_fil_p2023_p2024_"
), filename_4

filename_5 = _structure_ssb_filepath(
Expand All @@ -97,7 +97,7 @@ def test_structure_ssb_filepath() -> None:

assert (
filename_5
== "ssb-reiseliv-korttid-data-produkt-prod/oppdrag/38-99/min_fil_p2023_p2024"
== "ssb-reiseliv-korttid-data-produkt-prod/oppdrag/38-99/min_fil_p2023_p2024_"
), filename_5


Expand Down

0 comments on commit a0202fe

Please sign in to comment.