Skip to content

Commit

Permalink
nit #10
Browse files Browse the repository at this point in the history
chrabyrd committed May 29, 2024
1 parent 8566e04 commit 152e35b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/search_indexes/sample_index_tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from unittest.mock import Mock

from arches.app.search.base_index import BaseIndex
from arches_lingo.arches_lingo.search_indexes.sample_index import SampleIndex
from arches_lingo.search_indexes.sample_index import SampleIndex
from django.test import TestCase

class TestSampleIndex(TestCase):
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
APP_ROOT = os.path.dirname(__file__)
TEST_ROOT = os.path.normpath(os.path.join(ROOT_DIR, "..", "tests"))

ROOT_URLCONF = 'arches_lingo.arches_lingo.urls'
ROOT_URLCONF = 'arches_lingo.urls'

ARCHES_APPLICATIONS = ()

0 comments on commit 152e35b

Please sign in to comment.