This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git

commit a146c329e1be8f877c87cecdca5f701624d18ad3
Author: Charles Swartz <[email protected]>
AuthorDate: Sun Apr 6 09:46:56 2025 -0400

    Fix typo in test name `test_unpack_fields_valid_indeterminate_tuple`
---
 tests/function_modifiers/test_expanders.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/function_modifiers/test_expanders.py 
b/tests/function_modifiers/test_expanders.py
index 9baa96fd..bdc9c9c0 100644
--- a/tests/function_modifiers/test_expanders.py
+++ b/tests/function_modifiers/test_expanders.py
@@ -525,7 +525,7 @@ def test_unpack_fields_valid_explicit_tuple_subset():
     assert nodes[1].input_types == {dummy.__name__: (Tuple[int, str, int], 
DependencyType.REQUIRED)}
 
 
-def test_upack_fields_valid_indeterminate_tuple():
+def test_unpack_fields_valid_indeterminate_tuple():
     def dummy() -> Tuple[int, ...]:
         """dummy doc"""
         return 1, 2, 3

Reply via email to