Skip to content

Commit 2dc3df3

Browse files
Merge pull request #457 from enthought/dep/change-deprecated-attribute-name
MAINT: Update deprecated attribute name.
2 parents ab61193 + 65268f0 commit 2dc3df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyface/ui/qt4/util/gui_test_assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def assertTraitChangesInEventLoop(self, obj, trait, condition, count=1,
199199
change does not occur.
200200
"""
201201
condition_ = lambda: condition(obj)
202-
collector = TraitsChangeCollector(obj=obj, trait=trait)
202+
collector = TraitsChangeCollector(obj=obj, trait_name=trait)
203203

204204
collector.start_collecting()
205205
try:

0 commit comments

Comments
 (0)