Skip to content

Commit dbb024a

Browse files
committed
fix
1 parent f77f301 commit dbb024a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/arms/precise_flex/precise_flex_backend_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async def test_approach_cartesian_space(self):
259259

260260
async def test_approach_invalid_position_type(self):
261261
with self.assertRaisesRegex(
262-
ValueError, "Position must be of type List[float] or CartesianCoords."
262+
ValueError, "Position must be of type Iterable\[float\] or CartesianCoords."
263263
):
264264
await self.backend.approach("invalid") # type: ignore
265265

0 commit comments

Comments
 (0)