Skip to content

Commit

Permalink
-fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhardsa0 committed Mar 17, 2024
1 parent b485fe7 commit f359698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
ids=["target"],
)
def test_should_return_target(time_series: TimeSeries, target_column: Column, time_column: Column) -> None:
assert time_series._target == target_column
assert time_series.target == target_column
assert time_series.time == time_column

0 comments on commit f359698

Please sign in to comment.