Skip to content

Commit

Permalink
Test subset_state identity in all subsets
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier authored Jan 6, 2025
1 parent ec79441 commit a3aaca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glue/core/tests/test_edit_subset_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class Listener(HubListener):

def handler(msg):
assert len(data1.subsets) == len(data2.subsets)
assert data2.subsets[0].subset_state is data1.subsets[0].subset_state
count[0] += 1

app.session.hub.subscribe(listener, SubsetCreateMessage, handler=handler)
Expand Down

0 comments on commit a3aaca8

Please sign in to comment.