-# Copyright (C) 2019, 2020, 2021 The Meme Factory, Inc.
+# Copyright (C) 2019, 2020, 2021, 2024 The Meme Factory, Inc.
# http://www.karlpinc.com/
# This file is part of ${component}.
# Module packaging test
def test_${component.lower()}_is_pgwui_component(pgwui_component_entry_point):
- '''Ensure that ${component.lower()} is a pgwui.component entry point
+ '''Ensure that ".${component.lower()}" is a pgwui.component entry point
'''
- assert pgwui_component_entry_point('${component.lower()}') is True
+ assert pgwui_component_entry_point('.${component.lower()}') is True
# establish_settings()