We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa45228 + fd1c6e6 commit 90190beCopy full SHA for 90190be
Project.toml
@@ -1,7 +1,7 @@
1
name = "PkgTemplates"
2
uuid = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
3
authors = ["Chris de Graaf", "Invenia Technical Computing Corporation"]
4
-version = "0.7.54"
+version = "0.7.55"
5
6
[deps]
7
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
src/plugins/tests.jl
@@ -94,7 +94,7 @@ function validate(p::Tests, t::Template)
94
if !(val isa Bool)
95
throw(ArgumentError("Aqua keyword arguments must have boolean values"))
96
elseif !(key in aqua_kwargs_names)
97
- throw(ArgumentError("Aqua keyword arguments must belong to $aqua_kwarg_names"))
+ throw(ArgumentError("Aqua keyword arguments must belong to $aqua_kwargs_names"))
98
end
99
100
0 commit comments