summaryrefslogtreecommitdiff
path: root/simplejson/tests/test_float.py
diff options
context:
space:
mode:
Diffstat (limited to 'simplejson/tests/test_float.py')
-rw-r--r--simplejson/tests/test_float.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/tests/test_float.py b/simplejson/tests/test_float.py
index ee93358..9ac1632 100644
--- a/simplejson/tests/test_float.py
+++ b/simplejson/tests/test_float.py
@@ -1,4 +1,4 @@
def test_floats():
import simplejson
for num in [1617161771.7650001]:
- assert simplejson.dumps(num) == repr(num)
+ assert simplejson.dumps(num) == str(num)