Add failing test to demo to_dict issue

This commit is contained in:
Kurt Hutten IrevDev
2022-06-15 10:01:21 +10:00
committed by Jess Frazelle
parent 774b8f079c
commit 42e76b4b83

View File

@ -131,6 +131,8 @@ def test_file_mass():
assert fm.id is not None
assert fm.mass is not None
assert fm.to_dict() is not None
assert fm.status == APICallStatus.COMPLETED
@ -156,4 +158,6 @@ def test_file_volume():
assert fv.id is not None
assert fv.volume is not None
assert fv.to_dict() is not None
assert fv.status == APICallStatus.COMPLETED