Commit 8493667
authored
test(api): fix test_order_of_water_distribution_steps_using_multi_dispense_without_conditioning_volume() (#19049)
# 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.1 parent 8b484e9 commit 8493667
File tree
1 file changed
+4
-0
lines changed- api/tests/opentrons/protocol_api_integration
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1738 | 1738 | | |
1739 | 1739 | | |
1740 | 1740 | | |
| 1741 | + | |
1741 | 1742 | | |
1742 | 1743 | | |
1743 | 1744 | | |
| |||
1756 | 1757 | | |
1757 | 1758 | | |
1758 | 1759 | | |
| 1760 | + | |
1759 | 1761 | | |
1760 | 1762 | | |
1761 | 1763 | | |
| |||
1786 | 1788 | | |
1787 | 1789 | | |
1788 | 1790 | | |
| 1791 | + | |
1789 | 1792 | | |
1790 | 1793 | | |
1791 | 1794 | | |
| |||
1804 | 1807 | | |
1805 | 1808 | | |
1806 | 1809 | | |
| 1810 | + | |
1807 | 1811 | | |
1808 | 1812 | | |
1809 | 1813 | | |
| |||
0 commit comments