summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mox.py b/mox.py
index 6b37f37..e4535a6 100755
--- a/mox.py
+++ b/mox.py
@@ -1621,7 +1621,7 @@ class SameElementsAs(Comparator):
return expected == actual
def __repr__(self):
- return '<sequence with same elements as \'%s\'>' % self._expected_seq
+ return '<sequence with same elements as \'%s\'>' % self._expected_list
class And(Comparator):