We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1fcb1 commit d4cd8acCopy full SHA for d4cd8ac
1 file changed
converter/tests/cisu/test_resources_info_converter.py
@@ -500,8 +500,8 @@ def test_from_rs_to_cisu_no_persisted_rs_sr():
500
501
rc_ri = get_cisu_content(result)
502
assert rc_ri["resource"][0]["state"]["status"] == "RET-BASE"
503
- # Two resources present originaly but only one valid vehicle type, so 1 resource expected
504
- assert (len(rc_ri["resource"])) == 1
+ # Two resources present originaly and both are translated in the destination RC-RI
+ assert (len(rc_ri["resource"])) == 2
505
506
507
def test_from_rs_to_cisu_no_state_but_persisted_rs_sr():
0 commit comments