From 5233c31564b41ae917378c0c52d4718d623b4d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Wed, 18 Dec 2024 01:20:11 +0100 Subject: [PATCH] Update a test case --- test/setup_test.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup_test.coffee b/test/setup_test.coffee index 3218bdf..ace4ea1 100644 --- a/test/setup_test.coffee +++ b/test/setup_test.coffee @@ -20,6 +20,6 @@ describe "Setup", -> describe "install()", -> it "should add the Ant directory to the PATH environment variable", -> - path = await new Setup(Release.latest).install optionalTasks: no + path = await new Setup(Release.get "1.7.1").install optionalTasks: no equal env.ANT_HOME, path ok env.PATH.includes path