Skip to content

Commit

Permalink
fix: var
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Sep 16, 2024
1 parent fdcb782 commit 3d52fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/butterfree/transform/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def make_output_filtering_dataframe(spark_context, spark_session):


def make_rolling_windows_agg_dataframe(spark_context, spark_session):
rows = [
data = [
(1, "2016-04-11 00:00:00", [None, None], None),
(1, "2016-04-12 00:00:00", [300.0, 350.0], None),
(1, "2016-04-19 00:00:00", [None, None], None),
Expand Down

0 comments on commit 3d52fa0

Please sign in to comment.