diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-01 21:58:48 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-01 21:58:48 +0000 |
commit | c7d88077ec06fd7141d2c90998c1547e946702ce (patch) | |
tree | f77b55516db180a96b452b8a00b624a5703b4d82 /core/TESTS | |
parent | 5798e8dcd507bc30c12bca7efa92185772bf0eee (diff) | |
download | troggle-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.py | 4 |
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 |