Skip to content

Commit 36c9362

Browse files
committed
fix test
1 parent 954a458 commit 36c9362

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/data/entities/test_time_aggregation_rule_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ def test_time_aggregation_rule_data_creation_logic():
1818
to correctly initialize itself during creation"""
1919

2020
# Act
21-
data = TimeAggregationRuleData("test_name", TimeOperationType.MIN, "input")
21+
data = TimeAggregationRuleData(
22+
name="test_name", operation=TimeOperationType.MIN, input_variable="input"
23+
)
2224

2325
# Assert
2426

0 commit comments

Comments
 (0)