Skip to content

Commit

Permalink
Remove invalid test (Without quotation marks)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslrodri committed Aug 29, 2024
1 parent f36ceb6 commit d71bc66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_magic_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,6 @@ def test_alternative_tex_obj_type(tikz_magic_mock, params, expected_input_type):
"-p " + '"\\usepackage{tikz}\n\\definecolor{my_color}{RGB}{0,238,255}\n"',
"\\usepackage{tikz}\n\\definecolor{my_color}{RGB}{0,238,255}\n",
),
(
"latex_preamble",
"-p " + "\\usepackage{tikz}\n\\definecolor{my_color}{RGB}{0,238,255}\n",
"\\usepackage{tikz}\n\\definecolor{my_color}{RGB}{0,238,255}\n",
),
("tex_packages", "-t " + '"amsfonts,amsmath"', "amsfonts,amsmath"),
("tex_packages", "-t " + "amsfonts,amsmath", "amsfonts,amsmath"),
("tex_packages", "-t " + '"amsfonts, amsmath"', "amsfonts, amsmath"),
Expand Down

0 comments on commit d71bc66

Please sign in to comment.