Fix tests on python 2

This commit is contained in:
Jonathan Kim 2020-06-24 15:28:46 +01:00
parent d992034695
commit 12275075f2

View File

@ -7,4 +7,4 @@ def test_to_const():
def test_to_const_unicode():
assert to_const("Skoða þetta unicode stöff") == "SKODA_THETTA_UNICODE_STOFF"
assert to_const(u"Skoða þetta unicode stöff") == "SKODA_THETTA_UNICODE_STOFF"