From 3407061006235fca6316d8b71a6835810daf30ec Mon Sep 17 00:00:00 2001 From: Siddhant Chaudhary Date: Mon, 6 May 2024 15:38:02 +0530 Subject: [PATCH] Fixing the compat entry test for Aqua. --- Project.toml | 6 ------ test/Project.toml | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 2e557c9..9a8abf6 100644 --- a/Project.toml +++ b/Project.toml @@ -5,9 +5,3 @@ version = "0.1.0" [compat] julia = "1.10" - -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[targets] -test = ["Test"] diff --git a/test/Project.toml b/test/Project.toml index e8d3ff4..ab18642 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,4 +3,5 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.8" \ No newline at end of file +Aqua = "0.8" +Test = "1.6" \ No newline at end of file