You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing test relied on the order given by convert_to_task_service.test to match the order given through the tests variable (filled with ProformaXML::Test). However, the ordering is not guaranteed through PostgreSQL and could change, e.g. through an update operation. Hence, it is safer to order the elements first and then perform the expectations.
0 commit comments