From 6433c8230592fabdf79c5a3a9225b56a42eeb5ba Mon Sep 17 00:00:00 2001 From: Jonas Schumacher Date: Fri, 28 Apr 2023 17:40:17 +0200 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 8bac765..984454d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,7 +7,7 @@ using Aqua @testset "MPISphericalHarmonics.jl" begin @testset "Aqua" begin - Aqua.test_all(MPISphericalHarmonics, ambiguities=false) + Aqua.test_all(MPISphericalHarmonics) end