Skip to content

Commit

Permalink
Use SimpleTestCase re #10862
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jun 25, 2024
1 parent c94d2eb commit bfa9e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/test_file_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from unittest.mock import Mock, patch

from django.conf import settings
from django.test import TestCase
from django.test import SimpleTestCase
from django.test.utils import override_settings

from arches.app.utils.file_validator import FileValidator
Expand All @@ -30,7 +30,7 @@ def __init__(self, extension):
self.extension = extension


class FileValidatorTests(TestCase):
class FileValidatorTests(SimpleTestCase):
"""FILE_TYPE_CHECKING defaults to 'lenient': overridden as necessary."""

validator = FileValidator()
Expand Down

0 comments on commit bfa9e6f

Please sign in to comment.