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
# Overview
In PR #19030, I introduced the new argument `is_last_dispense_in_tip` to
`dispense_liquid_class_during_multi_dispense()` at the same time
@sanni-t in PR #19025 added the new test case
`test_order_of_water_distribution_steps_using_multi_dispense_without_conditioning_volume()`.
When both changes were checked in together, the new test case did not
have the new argument, causing the test to fail.
This fix updates the test case to expect the new `is_last_dispense_in_tip`
argument.
## Test Plan and Hands on Testing
Ran the test locally, and run it in CI.
## Risk assessment
Low. Just fixes a test, has no effect on behavior.
0 commit comments