Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed May 1, 2022
1 parent 373b7ac commit 62566a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtk/tests/widgets/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_change_source(self):
# Make sure the data was stored correctly
store = self.gtk_tree.store
self.assertNodeEqual(store[0], self.tree.data[0])
self.assertNodeEqual(store[1], self.tree.data[0])
self.assertNodeEqual(store[1], self.tree.data[1])
self.assertNodeEqual(store[(1, 0)], self.tree.data[0][1])

# Clear the table with empty assignment
Expand Down

0 comments on commit 62566a7

Please sign in to comment.