diff --git a/tests/test_class_sh_trampoline_weak_ptr.py b/tests/test_class_sh_trampoline_weak_ptr.py index c83b7fcfd..a60a2e7b4 100644 --- a/tests/test_class_sh_trampoline_weak_ptr.py +++ b/tests/test_class_sh_trampoline_weak_ptr.py @@ -12,7 +12,7 @@ class PyDrvd(m.VirtBase): @pytest.mark.parametrize(("vtype", "expected_code"), [(m.VirtBase, 100), (PyDrvd, 200)]) -def test_weak_ptr_base(vtype, expected_code): +def test_weak_ptr_owner(vtype, expected_code): wpo = m.WpOwner() assert wpo.get_code() == -999 diff --git a/tests/test_class_sp_trampoline_weak_ptr.py b/tests/test_class_sp_trampoline_weak_ptr.py index 43db1b7d7..3782cd8aa 100644 --- a/tests/test_class_sp_trampoline_weak_ptr.py +++ b/tests/test_class_sp_trampoline_weak_ptr.py @@ -12,7 +12,7 @@ class PyDrvd(m.VirtBase): @pytest.mark.parametrize(("vtype", "expected_code"), [(m.VirtBase, 100), (PyDrvd, 200)]) -def test_weak_ptr_base(vtype, expected_code): +def test_weak_ptr_owner(vtype, expected_code): wpo = m.WpOwner() assert wpo.get_code() == -999