tweaking the previous commit's test.

This commit is contained in:
Jeremy Ashkenas
2010-10-04 22:12:30 -04:00
parent e14737dd88
commit 9fd031c896

View File

@@ -262,4 +262,4 @@ obj =
result = obj.object()
eq result.one, 1
eq result.two, 2
eq result.two, obj.list()[1]
eq result.two, obj.list()[1]