Skip to content

Commit

Permalink
🐛 Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Oct 10, 2024
1 parent 8b5ab97 commit 52af2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/importing/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def setUp(self):
)

self.data_import = DataImport.objects.create(
owner=self.station.owner,
station=self.station,
format=self.file_format,
start_date=start_date,
Expand Down
1 change: 1 addition & 0 deletions tests/importing/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_save_import(self):
)

DataImport.objects.create(
owner=self.station.owner,
station=self.station,
format=self.file_format,
start_date=start_date,
Expand Down

0 comments on commit 52af2be

Please sign in to comment.