typo.
This commit is contained in:
parent
c6d1bf30a6
commit
21e9c75781
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user