Fix typo in template expansion
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 22 Mar 2024 20:27:42 +0000 (15:27 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 22 Mar 2024 20:27:42 +0000 (15:27 -0500)
src/pgwui_develop/TEMPLATE/tests/test_check_settings.py.mak

index f8c2363fdaf5695d055019a875da1d57b49b59d2..f624c7003e03d0cea4d570d63c9391c36f0e2f57 100644 (file)
@@ -26,7 +26,7 @@ import ${component.lower()}.check_settings as check_settings
 
 from pgwui_common import checkset
 from pgwui_develop import testing
-from ${component.lower()} import exceptions as ${component_lower()}_ex
+from ${component.lower()} import exceptions as ${component.lower()}_ex
 
 # Activiate the PGWUI pytest plugin
 pytest_plugins = ("pgwui",)