From c6e61afc2809196526b34e38892962991e9ffe9e Mon Sep 17 00:00:00 2001 From: Santiago Castro Dau Date: Mon, 10 Jun 2024 14:58:37 +0200 Subject: [PATCH] update package in tests --- q2_types/profile_hmms/tests/test_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q2_types/profile_hmms/tests/test_format.py b/q2_types/profile_hmms/tests/test_format.py index e7cdd32..d556c53 100644 --- a/q2_types/profile_hmms/tests/test_format.py +++ b/q2_types/profile_hmms/tests/test_format.py @@ -17,7 +17,7 @@ class TestHmmFormats(TestPluginBase): - package = 'q2_types.hmmer.tests' + package = 'q2_types.profile_hmms.tests' def test_BaseHmmPressedDirFmt_valid(self): fmt = BaseHmmPressedDirFmt(self.get_data_path("bacteria"), 'r')