From b3cdc67ccd54d43d718f9703078b6ebe690336cf Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 12 Feb 2024 18:22:07 +0000 Subject: [PATCH] add aqua --- EpiAware/test/Aqua.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EpiAware/test/Aqua.jl b/EpiAware/test/Aqua.jl index 38ba1d355..13e56dcc7 100644 --- a/EpiAware/test/Aqua.jl +++ b/EpiAware/test/Aqua.jl @@ -1,5 +1,6 @@ @testitem "Aqua.jl" begin - import Aqua - Aqua.test_all(EpiAware) + using Aqua + Aqua.test_all(EpiAware, ambiguities = false) + Aqua.test_ambiguities(EpiAware) end