Add failing test to demo to_dict issue
This commit is contained in:
committed by
Jess Frazelle
parent
774b8f079c
commit
42e76b4b83
@ -131,6 +131,8 @@ def test_file_mass():
|
|||||||
assert fm.id is not None
|
assert fm.id is not None
|
||||||
assert fm.mass is not None
|
assert fm.mass is not None
|
||||||
|
|
||||||
|
assert fm.to_dict() is not None
|
||||||
|
|
||||||
assert fm.status == APICallStatus.COMPLETED
|
assert fm.status == APICallStatus.COMPLETED
|
||||||
|
|
||||||
|
|
||||||
@ -156,4 +158,6 @@ def test_file_volume():
|
|||||||
assert fv.id is not None
|
assert fv.id is not None
|
||||||
assert fv.volume is not None
|
assert fv.volume is not None
|
||||||
|
|
||||||
|
assert fv.to_dict() is not None
|
||||||
|
|
||||||
assert fv.status == APICallStatus.COMPLETED
|
assert fv.status == APICallStatus.COMPLETED
|
||||||
|
Reference in New Issue
Block a user