From 1f4046739a8fe913872a8b17362fe81a81adb581 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 7 Nov 2023 12:19:15 -0800 Subject: Fix some pytest style issues --- tests/test_validations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_validations.py') diff --git a/tests/test_validations.py b/tests/test_validations.py index b3976b6..a1c57b5 100644 --- a/tests/test_validations.py +++ b/tests/test_validations.py @@ -57,7 +57,7 @@ class TestSiteInput: class TestFileRegex: - @pytest.fixture + @pytest.fixture() def file_match(self) -> Optional[Match]: """ File regex should return a match object with match groups corresponding -- cgit v1.2.3