💚 update unit test

This commit is contained in:
chfw 2019-03-19 07:48:40 +00:00
parent c7a95d0041
commit 1dfe9457f1
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def test_detect_float_value_on_custom_nan_text2():
def test_ods_write_format_conversion():
if PY2:
expected = ODS_WRITE_FORMAT_COVERSION[long] # noqa: F821
eq_('throw_exception', expected)
eq_('long', expected)
else:
raise SkipTest()