Skip to content

Commit 22cfe59

Browse files
committed
Fix test
1 parent e0186b4 commit 22cfe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ for val in samples
104104
@test subs(ex, x, val) == val^2 + y^2
105105
@test subs(ex, (x, val)) == val^2 + y^2
106106
@test subs(ex, x => val) == val^2 + y^2
107-
@test subs(ex, CMapMapBasic(Dict(x=>val))) == val^2 + y^2
107+
@test subs(ex, SymEngine.CMapMapBasic(Dict(x=>val))) == val^2 + y^2
108108
@test subs(ex, Dict(x=>val)) == val^2 + y^2
109109
end
110110
# This probably results in a number of redundant tests (operator order).

0 commit comments

Comments
 (0)