We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77f301 commit dbb024aCopy full SHA for dbb024a
pylabrobot/arms/precise_flex/precise_flex_backend_tests.py
@@ -259,7 +259,7 @@ async def test_approach_cartesian_space(self):
259
260
async def test_approach_invalid_position_type(self):
261
with self.assertRaisesRegex(
262
- ValueError, "Position must be of type List[float] or CartesianCoords."
+ ValueError, "Position must be of type Iterable\[float\] or CartesianCoords."
263
):
264
await self.backend.approach("invalid") # type: ignore
265
0 commit comments