Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Aug 1, 2023
1 parent 1790e9c commit 2a50f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class StrokeWidthValue(ValueChannel, schemapi.SchemaBase):
],
)
def test_infer_dtype(value, expected_type):
assert infer_dtype(value) == expected_type
assert infer_dtype(value, skipna=False) == expected_type


def test_parse_shorthand():
Expand Down

0 comments on commit 2a50f84

Please sign in to comment.