Skip to content

Commit

Permalink
easy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdez committed Sep 20, 2024
1 parent ca787bd commit e11fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_splines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ m2 = example_data("UnfoldLinearModelwith2Splines")
catch err1
end
@test err1 == AssertionError(
"No spline term is found in UnfoldModel. Did you forget to provide spline a formula?",
"No spline term is found in UnfoldModel. Does your UnfoldModel really have a `spl(...)` or other `AbstractSplineTerm`?",
)
end

Expand Down

0 comments on commit e11fa1c

Please sign in to comment.