From 4c1b9c68bfe2912904c9fd9858f1c0bf583bff96 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 7 Aug 2024 22:32:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/storage/vitessce.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage/vitessce.ipynb b/docs/storage/vitessce.ipynb index 7f934fda6..86e7fe623 100644 --- a/docs/storage/vitessce.ipynb +++ b/docs/storage/vitessce.ipynb @@ -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" ] },