Skip to content

Commit

Permalink
Merge pull request #457 from enthought/dep/change-deprecated-attribut…
Browse files Browse the repository at this point in the history
…e-name

MAINT: Update deprecated attribute name.
  • Loading branch information
corranwebster authored Nov 18, 2019
2 parents ab61193 + 65268f0 commit 2dc3df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyface/ui/qt4/util/gui_test_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def assertTraitChangesInEventLoop(self, obj, trait, condition, count=1,
change does not occur.
"""
condition_ = lambda: condition(obj)
collector = TraitsChangeCollector(obj=obj, trait=trait)
collector = TraitsChangeCollector(obj=obj, trait_name=trait)

collector.start_collecting()
try:
Expand Down

0 comments on commit 2dc3df3

Please sign in to comment.