Skip to content

Commit c88f38f

Browse files
committed
test: satisfy propespector
1 parent 2d890eb commit c88f38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/notification/test_composition_listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ def update_with_typo(self, subject): ...
6363
with pytest.raises(
6464
TypeError, match="Attached observer .* does not have a callable 'update' method."
6565
):
66-
_client = ClientObserver()
66+
ClientObserver()

0 commit comments

Comments
 (0)