diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-07 12:19:15 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-07 12:19:15 -0800 |
| commit | 1f4046739a8fe913872a8b17362fe81a81adb581 (patch) | |
| tree | 81f1bae01a5f0f44a08f6f0cab3d471717318f72 /tests/test_validations.py | |
| parent | 5129ad62392948a033ee988e4093d095f5005c77 (diff) | |
| download | wikiget-1f4046739a8fe913872a8b17362fe81a81adb581.tar.gz wikiget-1f4046739a8fe913872a8b17362fe81a81adb581.zip | |
Fix some pytest style issues
Diffstat (limited to 'tests/test_validations.py')
| -rw-r--r-- | tests/test_validations.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
