From 6471b6d031e45736a233b249379ae492c9d609a6 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sun, 12 Mar 2023 18:20:20 -0700 Subject: [PATCH] regen false --- tests/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources.py b/tests/resources.py index de1c5ab2..911b330a 100644 --- a/tests/resources.py +++ b/tests/resources.py @@ -1,7 +1,7 @@ import shutil from pathlib import Path -REGENERATE_FIXTURES: bool = True +REGENERATE_FIXTURES: bool = False RESOURCE_PATH: Path = Path("tests") / "resources" _FILE_FIXTURE_PATH: Path = RESOURCE_PATH / "file_fixtures"