Skip to content

Commit 497a717

Browse files
committed
Fix Term construction in "Code" tests
1 parent 768f1ce commit 497a717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/code.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ nanmath_st.rewrites[:nanmath] = true
214214
for q Base.Irrational[Base.MathConstants.catalan, Base.MathConstants.γ, π, Base.MathConstants.φ, ℯ, twoπ]
215215
Base.show(io, q)
216216
s1 = String(take!(io))
217-
SymbolicUtils.show_term(io, SymbolicUtils.Term(identity, [q]))
217+
SymbolicUtils.show_term(io, SymbolicUtils._Term(identity, [q]))
218218
s2 = String(take!(io))
219219
@test s1 == s2
220220
end

0 commit comments

Comments
 (0)