Fix test_scalar_list.py for python3
This commit is contained in:
@@ -53,7 +53,7 @@ class TestScalarUnicodeList(TestCase):
|
|||||||
"List values can't contain string ',' (its being used as "
|
"List values can't contain string ',' (its being used as "
|
||||||
"separator. If you wish for scalar list values to contain "
|
"separator. If you wish for scalar list values to contain "
|
||||||
"these strings, use a different separator string.)"
|
"these strings, use a different separator string.)"
|
||||||
) in db_err.value.message
|
) in str(db_err.value)
|
||||||
|
|
||||||
def test_save_unicode_list(self):
|
def test_save_unicode_list(self):
|
||||||
user = self.User(
|
user = self.User(
|
||||||
|
Reference in New Issue
Block a user