We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fe8c2 commit 1dc990bCopy full SHA for 1dc990b
tests/test_bug_fixes.py
@@ -73,4 +73,5 @@ def test_issue_1():
73
def test_issue_1_error():
74
from pyexcel_odsr.converter import time_value
75
result = time_value('PT1111')
76
- eq_(result, None)
+ eq_(result, None)
77
+
0 commit comments