Skip to content

Commit

Permalink
Underscore was forgotten in variable name (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eben60 committed Aug 18, 2024
1 parent f1c4302 commit a007c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function validate(p::Tests, t::Template)
if !(val isa Bool)
throw(ArgumentError("Aqua keyword arguments must have boolean values"))
elseif !(key in aqua_kwargs_names)
throw(ArgumentError("Aqua keyword arguments must belong to $aqua_kwargnames"))
throw(ArgumentError("Aqua keyword arguments must belong to $aqua_kwarg_names"))
end
end
end
Expand Down

0 comments on commit a007c9e

Please sign in to comment.