We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e1281 commit 68690a8Copy full SHA for 68690a8
1 file changed
src/tests/unit/core/semantic_analysis/annotation/test_signature.py
@@ -96,14 +96,6 @@ def test_same_values_both_sides_is_empty(self):
96
)
97
assert sig.is_empty() is True
98
99
- def test_different_structural_scopes_not_empty(self):
100
- """Signature with different structural scopes is not empty."""
101
- sig = make_signature(
102
- new_structural_scopes={"ClassA", "ClassB"},
103
- old_structural_scopes={"ClassA"},
104
- )
105
- assert sig.is_empty() is False
106
-
107
def test_different_fqns_not_empty(self):
108
"""Signature with different FQNs is not empty."""
109
sig = make_signature(
0 commit comments