Skip to content

Commit

Permalink
test: fix acroread fixture dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 24, 2019
1 parent d5fa7e3 commit 1f7fdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t/test_acroread.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


class TestAcroread:
@pytest.mark.complete("acroread ", cwd="fixtures/acroread")
@pytest.mark.complete("acroread ", cwd="acroread")
def test_1(self, completion):
assert completion == "foo.d/ t.pdf".split()

0 comments on commit 1f7fdc6

Please sign in to comment.