diff --git a/test/runtests.jl b/test/runtests.jl index 96f33459..278c015d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -49,7 +49,7 @@ doset("aqua") && begin Aqua.test_all(QuantumSavory, ambiguities=false, stale_deps=false, # TODO due to the package extensions being misidentified - piracy=false # TODO due to code that needs to be upstreamed + piracies=false # TODO due to code that needs to be upstreamed ) #Aqua.test_ambiguities([QuantumSavory,Core]) # otherwise Base causes false positives end