Skip to content

Commit 90190be

Browse files
authored
Merge pull request #499 from Eben60/patch-2
Typo in tests.jl
2 parents fa45228 + fd1c6e6 commit 90190be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PkgTemplates"
22
uuid = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
33
authors = ["Chris de Graaf", "Invenia Technical Computing Corporation"]
4-
version = "0.7.54"
4+
version = "0.7.55"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/plugins/tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function validate(p::Tests, t::Template)
9494
if !(val isa Bool)
9595
throw(ArgumentError("Aqua keyword arguments must have boolean values"))
9696
elseif !(key in aqua_kwargs_names)
97-
throw(ArgumentError("Aqua keyword arguments must belong to $aqua_kwarg_names"))
97+
throw(ArgumentError("Aqua keyword arguments must belong to $aqua_kwargs_names"))
9898
end
9999
end
100100
end

0 commit comments

Comments
 (0)