8000 :green_heart: update unit test · pyexcel/pyexcel-io@1dfe945 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dfe945

Browse files
committed
💚 update unit test
1 parent c7a95d0 commit 1dfe945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_detect_float_value_on_custom_nan_text2():
100100
def test_ods_write_format_conversion():
101101
if PY2:
102102
expected = ODS_WRITE_FORMAT_COVERSION[long] # noqa: F821
103-
eq_('throw_exception', expected)
103+
eq_('long', expected)
104104
else:
105105
raise SkipTest()
106106

0 commit comments

Comments
 (0)
0