From 536ce7e612811ea0b5d97724901fe5a355ad494b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:25:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_zndraw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_zndraw.py b/tests/test_zndraw.py index d9fad7d45..bd2827699 100644 --- a/tests/test_zndraw.py +++ b/tests/test_zndraw.py @@ -22,7 +22,7 @@ def test_zndraw(water): assert "ZnDraw" in driver.title vis[0] = water - + assert len(vis) == 1 assert vis[0] == water