Skip to content

Commit 19f917a

Browse files
authored
Typo: CMapMapBasic -> CMapBasicBasic
1 parent 22cfe59 commit 19f917a

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, SymEngine.CMapMapBasic(Dict(x=>val))) == val^2 + y^2
107+
@test subs(ex, SymEngine.CMapBasicBasic(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)