Remove extra whitespace

This commit is contained in:
Adam Goldsmith 2015-11-06 16:25:44 -05:00
parent 34e6d5fee6
commit 6ff569f032
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class TestAdd(unittest.TestCase):
import shutil
shutil.rmtree(os.path.join(TEST_DATA_DIR, "test3"))
os.mkdir(os.path.join(TEST_DATA_DIR, "test3"))
def test_add_sub(self):
with open(os.path.join(TEST_DATA_DIR, "test3/todo.txt"), "w") as f:
f.write("(Z) gibberish")