Skip to content

Commit 444af35

Browse files
committed
Move system_check/test to indexes_
1 parent 3a049c6 commit 444af35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/system_checks/tests.py renamed to tests/indexes_/test_checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@skipIfDBFeature("supports_atlas_search")
15-
@isolate_apps("system_checks", attr_name="apps")
15+
@isolate_apps("indexes_", attr_name="apps")
1616
@override_system_checks([check_vector_search_indexes])
1717
class InvalidSearchIndexesTests(TestCase):
1818
def test_requires_atlas_search_support(self):
@@ -41,7 +41,7 @@ class Meta:
4141
)
4242

4343

44-
@isolate_apps("system_checks", attr_name="apps")
44+
@isolate_apps("indexes_", attr_name="apps")
4545
@override_system_checks([check_vector_search_indexes])
4646
class InvalidVectorSearchIndexesTests(TestCase):
4747
@skipIfDBFeature("supports_atlas_search")

tests/system_checks/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)