Skip to content

Commit 68690a8

Browse files
committed
remove old test assertion
1 parent 04e1281 commit 68690a8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/tests/unit/core/semantic_analysis/annotation/test_signature.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ def test_same_values_both_sides_is_empty(self):
9696
)
9797
assert sig.is_empty() is True
9898

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-
10799
def test_different_fqns_not_empty(self):
108100
"""Signature with different FQNs is not empty."""
109101
sig = make_signature(

0 commit comments

Comments
 (0)