Show More
@@ -1356,7 +1356,7 b' def test_hold_trait_notifications():' | |||
|
1356 | 1356 | t.a = 4 |
|
1357 | 1357 | nt.assert_equal(t.a, 4) |
|
1358 | 1358 | nt.assert_equal(changes, []) |
|
1359 |
nt.assert_equal(changes, [( |
|
|
1359 | nt.assert_equal(changes, [(3,4)]) | |
|
1360 | 1360 | |
|
1361 | 1361 | |
|
1362 | 1362 | class OrderTraits(HasTraits): |
General Comments 0
You need to be logged in to leave comments.
Login now