Commit 2dff3124 authored by Arnaud Fontaine's avatar Arnaud Fontaine

simulation: Fix typo.

Followup of: "simulation: improve equivalence testers explanations messages".
parent 447d9924
......@@ -82,7 +82,7 @@ class VariationEquivalenceTester(Predicate, EquivalenceTesterMixin):
property_name = tested_property
try:
# Get the property label to display to user
property_title_index = self.getTestedProperyList().index(tested_property)
property_title_index = self.getTestedPropertyList().index(tested_property)
# XXX We should use "getTranslatedTestedPropertyTitleList", but it seems to
# not exist for accessors having multiple possible values
property_name = self.getTestedPropertyTitleList()[property_title_index]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment