From bbfb06cbc9d9f36b959b5c1e2bcf3d75af2e0faa Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Sun, 31 Dec 2023 11:36:12 -0500 Subject: [PATCH] Update test/AquaTest.jl Co-authored-by: Yuto Horikawa --- test/AquaTest.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AquaTest.jl b/test/AquaTest.jl index d22cf692..c4c6d1f0 100644 --- a/test/AquaTest.jl +++ b/test/AquaTest.jl @@ -24,7 +24,7 @@ end Aqua.test_deps_compat(ForwardDiff) Aqua.test_project_extras(ForwardDiff) Aqua.test_project_toml_formatting(ForwardDiff) - Aqua.test_piracy(ForwardDiff) + Aqua.test_piracies(ForwardDiff) end nothing