summaryrefslogtreecommitdiffstats
path: root/core/TESTS
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:58:48 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:58:48 +0000
commitc7d88077ec06fd7141d2c90998c1547e946702ce (patch)
treef77b55516db180a96b452b8a00b624a5703b4d82 /core/TESTS
parent5798e8dcd507bc30c12bca7efa92185772bf0eee (diff)
downloadtroggle-c7d88077ec06fd7141d2c90998c1547e946702ce.tar.gz
troggle-c7d88077ec06fd7141d2c90998c1547e946702ce.tar.bz2
troggle-c7d88077ec06fd7141d2c90998c1547e946702ce.zip
renamed wallet form file
Diffstat (limited to 'core/TESTS')
-rw-r--r--core/TESTS/test_imports.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py
index 636f0b8..5ec62ee 100644
--- a/core/TESTS/test_imports.py
+++ b/core/TESTS/test_imports.py
@@ -16,7 +16,7 @@ But paths like this:
which rely on database resolution will fail unless a fixture has been set up for
them.
-https://docs.djangoproject.com/en/3.0/topics/testing/tools/
+https://docs.djangoproject.com/en/3.2/topics/testing/tools/
"""
import re
import subprocess
@@ -58,7 +58,7 @@ class SimpleTest(SimpleTestCase):
from troggle.core.views.uploads import dwgupload
def test_import_views_walletedit(self):
- from troggle.core.views.wallets import walletedit
+ from troggle.core.views.wallets_edit import walletedit
def test_import_parsers_QMs(self):
from troggle.core.models.logbooks import QM