Skip to content

Commit

Permalink
Fix test within github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Apr 28, 2024
1 parent fa83b34 commit 2d81322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_B0_data_input_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def teardown_method(self):


class TestConversionJsonToPythonTypes:
def setup(self):
def setup_method(self):
self.n_days = 4
self.start_date = pd.to_datetime("2018-01-01 00:00:00")
self.end_date = self.start_date + pd.DateOffset(days=self.n_days - 1)
Expand Down

0 comments on commit 2d81322

Please sign in to comment.