Skip to content

Commit ced74f6

Browse files
committed
fix:PRComments
1 parent bee412f commit ced74f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/spec/test_spec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def create_specs_for_query(create_specs, product):
8484
value=NumericConditionValue(
8585
condition_type=ConditionType.NUMERIC,
8686
range=[ConditionRange(min=-25, step=20, max=85)],
87+
discrete=[2, 1.5, 21],
8788
unit="C",
8889
),
8990
),

0 commit comments

Comments
 (0)