Skip to content

Commit

Permalink
fix test_ls_raise
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Mar 2, 2017
1 parent b18aeb2 commit 5d654c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hansel/tests/test_crumb.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ def test_ls_raises():
pytest.raises(NotImplementedError, crumb.ls, 'home')

crumb['home'] = op.expanduser('~')
pytest.raises(ValueError, crumb.ls, 'user_folder',
make_crumbs=True, fullpath=False)

pytest.raises(ValueError, crumb.ls, '', fullpath=False)


def test_ls_and_getitem():
Expand Down

0 comments on commit 5d654c0

Please sign in to comment.