This commit is contained in:
scopesorting 2023-11-14 12:07:59 +01:00
parent c6d1bf30a6
commit 21e9c75781

View File

@ -841,7 +841,7 @@ def test_validation_rule_fct_agency_and_terminal_pier_side_disagreement__agency_
df_times.loc[df_times["participant_type"]==ParticipantType.TERMINAL.value, "pier_side"] = float("nan")
(code, msg) = vr.validation_rule_fct_agency_and_terminal_pier_side_disagreement(shipcall=shipcall, df_times=df_times)
assert code==StatusFlags.GREEN, f"status should be 'yellow', because the terminal's pier_side is not provided"
assert code==StatusFlags.GREEN, f"status should be 'green', because the terminal's pier_side is not provided"
return