Skip to content

Commit fce0e9c

Browse files
committed
delete the test file@
1 parent 7f60331 commit fce0e9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_bug_fixes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ def test_pyexcel_xls_issue_2(self):
2828
for i in range(4100):
2929
array.append([datetime.datetime.now()])
3030
data.update({"test": array})
31-
s = xls.save_data("test.xls", data)
31+
s = xls.save_data("test.xls", data)
32+
os.unlink("test.xls")

0 commit comments

Comments
 (0)