Skip to content

Commit

Permalink
Drop compare test
Browse files Browse the repository at this point in the history
  • Loading branch information
frmdstryr committed Jan 8, 2025
1 parent 4cd88a8 commit 2793fa8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/core/test_subscription_observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ def test_subscription_observer_new():
observer = SubscriptionObserver(None, "")


def test_subscription_observer_compare():
label = Label()
observer = SubscriptionObserver(label, "text")
assert observer != SubscriptionObserver(label, "style")
assert observer != SubscriptionObserver(label, "text")


def test_subscription_observer_update():
class Engine(Atom):
owner = Value()
Expand Down

0 comments on commit 2793fa8

Please sign in to comment.