Skip to content

Commit 88e2404

Browse files
fix(analyses-snapshot-testing): heal analyses-cli snapshots (#19070)
1 parent 1036643 commit 88e2404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test/test_analysis_snapshot[c9e6e3d59d][OT2_X_v4_P300M_P20S_MM_TC1_TM_e2eTests].json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6481,7 +6481,7 @@
64816481
"errorInfo": {
64826482
"args": "('Cannot aspirate more than pipette max volume',)",
64836483
"class": "AssertionError",
6484-
"traceback": " File \"<PATH>\", line N, in _run\n await self._run_func()\n\n File \"<PATH>\", line N, in _do_run\n await func(*args, **kwargs)\n\n File \"<PATH>\", line N, in run_func\n await self._protocol_executor.execute(\n\n File \"<PATH>\", line N, in execute\n await to_thread.run_sync(\n\n File \"<PATH>\", line N, in run_sync\n return await get_async_backend().run_sync_in_worker_thread(\n\n File \"<PATH>\", line N, in run_sync_in_worker_thread\n return await future\n\n File \"<PATH>\", line N, in run\n result = context.run(func, *args)\n\n File \"<PATH>\", line N, in run_protocol\n execute_json_v4.dispatch_json(\n\n File \"<PATH>\", line N, in dispatch_json\n pipette_command_map[command_type]( # type: ignore\n\n File \"<PATH>\", line N, in _aspirate\n pipette.aspirate(volume, location)\n\n File \"<PATH>\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"<PATH>\", line N, in aspirate\n self._core.aspirate(\n\n File \"<PATH>\", line N, in aspirate\n new_volume <= self._pipette_dict[\"working_volume\"]\n"
6484+
"traceback": " File \"<PATH>\", line N, in _run\n await self._run_func()\n\n File \"<PATH>\", line N, in _do_run\n await func(*args, **kwargs)\n\n File \"<PATH>\", line N, in run_func\n await self._protocol_executor.execute(\n\n File \"<PATH>\", line N, in execute\n await to_thread.run_sync(\n\n File \"<PATH>\", line N, in run_sync\n return await get_asynclib().run_sync_in_worker_thread(\n\n File \"<PATH>\", line N, in run_sync_in_worker_thread\n return await future\n\n File \"<PATH>\", line N, in run\n result = context.run(func, *args)\n\n File \"<PATH>\", line N, in run_protocol\n execute_json_v4.dispatch_json(\n\n File \"<PATH>\", line N, in dispatch_json\n pipette_command_map[command_type]( # type: ignore\n\n File \"<PATH>\", line N, in _aspirate\n pipette.aspirate(volume, location)\n\n File \"<PATH>\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"<PATH>\", line N, in aspirate\n self._core.aspirate(\n\n File \"<PATH>\", line N, in aspirate\n new_volume <= self._pipette_dict[\"working_volume\"]\n"
64856485
},
64866486
"errorType": "PythonException",
64876487
"id": "UUID",

0 commit comments

Comments
 (0)