Skip to content

Commit

Permalink
#903: fix test to avoid modification in src/test/resources causing ot…
Browse files Browse the repository at this point in the history
…her tests to turn red as side effect (#955)
  • Loading branch information
hohwille authored Jan 20, 2025
1 parent 497f166 commit 26fe264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void testEditionGetCommandletRunWithoutFlagsAndNotInstalled() {

// arrange
String tool = "az";
IdeTestContext context = newContext(PROJECT, null, false);
IdeTestContext context = newContext(PROJECT, null, true);
mockInstallTool(context, tool);
EditionGetCommandlet editionGet = context.getCommandletManager().getCommandlet(EditionGetCommandlet.class);
editionGet.tool.setValueAsString(tool, context);
Expand Down

0 comments on commit 26fe264

Please sign in to comment.