From: Karl O. Pinc Date: Thu, 21 Mar 2024 21:16:02 +0000 (-0500) Subject: Fix component entry point test X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=9ac4cd6fb91741204c2bf82cfbe0bfb6416cbf2e;p=pgwui_upload_core Fix component entry point test --- diff --git a/tests/test_pgwui_upload_core.py b/tests/test_pgwui_upload_core.py index 804ecf9..ba78778 100644 --- a/tests/test_pgwui_upload_core.py +++ b/tests/test_pgwui_upload_core.py @@ -34,9 +34,9 @@ pytest_plugins = ("pgwui",) # Module packaging test def test_pgwui_upload_core_is_pgwui_component(pgwui_component_entry_point): - '''Ensure that pgwui_upload_core is a pgwui.component entry point + '''Ensure that ".pgwui_upload_core" is a pgwui.component entry point ''' - assert pgwui_component_entry_point('pgwui_upload_core') is True + assert pgwui_component_entry_point('.pgwui_upload_core') is True # includeme()