2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:28:23 +00:00

renamed wallet form file

This commit is contained in:
2023-02-01 21:58:48 +00:00
parent 5798e8dcd5
commit c7d88077ec
3 changed files with 9 additions and 7 deletions

View File

@@ -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