Skip to content

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 7, 2024
1 parent a462f56 commit 4c1b9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/storage/vitessce.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"with pytest.raises(ValueError) as error:\n",
" ln.integrations.save_vitessce_config(vc)\n",
"print(error.exconly())\n",
"assert error.exconly().startswith(\"ValueError: Suffix should be '.zarr' or one of ['.anndata.zarr', '.ome.zarr'].\")\n",
"assert error.exconly().startswith(\"ValueError: Suffix should be '.zarr' or one of\")\n",
"assert error.exconly().endswith(\".random\")\n"
]
},
Expand Down

0 comments on commit 4c1b9c6

Please sign in to comment.