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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user