From 29ca00277d78033cfe2f29d5d7bee7c90293094a Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 18 Apr 2018 22:00:36 -0400 Subject: [PATCH] fix test --- core/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests.py b/core/tests.py index 419c9553..d3bc54e7 100755 --- a/core/tests.py +++ b/core/tests.py @@ -839,7 +839,7 @@ class ISBNTest(TestCase): milosz_10 = '006019667X' milosz_13 = '9780060196677' python_10 = '0-672-32978-6' - funky = '0–672—329 78-6' # endash, mdash, space + funky = u'0–672—329 78-6' # endash, mdash, space python_10_wrong = '0-672-32978-7' python_13 = '978-0-672-32978-4'