From f17f8b48c21adfe85953aedc8ed7cfc81bbf150c Mon Sep 17 00:00:00 2001 From: Wilson Junior Date: Sun, 3 Aug 2014 18:59:50 -0400 Subject: [PATCH] small fixes for python2.6 --- tests/fields/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fields/fields.py b/tests/fields/fields.py index 342a13b3..0af22a34 100644 --- a/tests/fields/fields.py +++ b/tests/fields/fields.py @@ -1572,7 +1572,7 @@ class FieldTest(unittest.TestCase): 'group': s.group, 'person': { '_id': p.pk, - 'salary': p.salary + 'salary': 7000.00 } })