Skip to content

Commit 7e83671

Browse files
committed
format
1 parent 5c30e33 commit 7e83671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/symbolics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ end
5454
eq = drop_powers(a^2 + a + b ~ a, a, 2)
5555
@test string(eq.rhs) == "a" broken=true
5656

57-
@eqtest drop_powers([a^2 + a + b, b], a, 2) == [a + b , b]
58-
@eqtest drop_powers([a^2 + a + b, b], [a, b], 2) == [a + b , b]
57+
@eqtest drop_powers([a^2 + a + b, b], a, 2) == [a + b, b]
58+
@eqtest drop_powers([a^2 + a + b, b], [a, b], 2) == [a + b, b]
5959
end
6060

6161
@testset "trig_to_exp and trig_to_exp" begin

0 commit comments

Comments
 (0)