Skip to content

Commit

Permalink
Merge pull request #7 from sturmianseq/fix
Browse files Browse the repository at this point in the history
`Removing order dependency of `test_remove_bookmark`
  • Loading branch information
wilfredinni committed Aug 14, 2021
2 parents 85f4ae0 + 27c6ba6 commit 0bb1efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_marlin.py
Expand Up @@ -32,6 +32,7 @@ def test_list_bookmark():


def test_remove_bookmark():
mock_object.add_bookmark()
mock_object.remove_bookmark()
bookmark = Path((marlin_path) / 'mock')
exists = Path(bookmark).exists()
Expand Down

0 comments on commit 0bb1efa

Please sign in to comment.