Skip to content

Commit

Permalink
Typo in test for mwouts/nbsrc#5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Aug 15, 2018
1 parent c01aaa1 commit 366614b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_contentsmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_load_save_rename_nbpy(nb_file, tmpdir):
cm.save(model=dict(type='notebook', content=nb), path=tmp_ipynb)

# rename nbpy
cm.rename(tmp_ipynb, 'new.nb.py')
cm.rename(tmp_nbpy, 'new.nb.py')
assert not os.path.isfile(str(tmpdir.join(tmp_ipynb)))
assert not os.path.isfile(str(tmpdir.join(tmp_nbpy)))

Expand Down

0 comments on commit 366614b

Please sign in to comment.