Skip to content

Commit

Permalink
chore: Fix tests after commit 0eba25b.
Browse files Browse the repository at this point in the history
  • Loading branch information
badshah400 committed Feb 22, 2024
1 parent 98c3949 commit 28581c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_latexmkopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def test_auto_pdf(self, basic_opts):

def test_ps(self, basic_opts):
"""Check: Processing using -ps"""
basic_opts.extend(["--latexmk_tex", "ps"])
basic_opts.extend(["--latexmk-tex", "ps"])
t = TarTeX(basic_opts)
t.tar_files()

def test_pdflua(self, basic_opts):
"""Check: Processing using -pdflua"""
basic_opts.extend(["--latexmk_tex", "pdflua"])
basic_opts.extend(["--latexmk-tex", "pdflua"])
t = TarTeX(basic_opts)
t.tar_files()

0 comments on commit 28581c8

Please sign in to comment.