Skip to content

Commit

Permalink
Update test_print.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 7, 2023
1 parent f5af85a commit eafdf48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_print.jl
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ function test_extension_printing_scalaraffinefunction_constraints(
@test sprint(show, "text/latex", linear_le) == "\$\$ x \\leq 1 \$\$"
@test sprint(show, "text/latex", linear_ge) == "\$\$ x \\geq 1 \$\$"
@test sprint(show, "text/latex", linear_eq) == "\$\$ x = 1 \$\$"
@test sprint(show, "text/latex", linear_range) ==
"\$\$ x \\in [-1, 1] \$\$"
@test sprint(show, "text/latex", linear_range) == "\$\$ x \\in [-1, 1] \$\$"
@test sprint(show, "text/latex", linear_noname) == "\$\$ x \\leq 1 \$\$"
return
end
Expand Down

0 comments on commit eafdf48

Please sign in to comment.