Skip to content

Commit

Permalink
Update a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Dec 18, 2024
1 parent 8d8bdd9 commit 5233c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup_test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5233c31

Please sign in to comment.