Skip to content

Commit 8eeb51f

Browse files
committed
test: fix error handling template test
1 parent bb927ef commit 8eeb51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_template_macro.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ end
157157

158158
@testitem "Template macro additional error handling" tags = [:part1, :template_macro] begin
159159
using SymbolicRegression
160-
using SymbolicRegression.TemplateExpressionMacroModule: template
160+
using SymbolicRegression.TemplateExpressionMacroModule: template_spec
161161

162162
# Test setting parameters keyword twice
163163
@test_throws(

0 commit comments

Comments
 (0)