Skip to content

Commit f891df5

Browse files
fix typo
1 parent 89870c5 commit f891df5

File tree

1 file changed

+1
-1
lines changed
  • cli/src/test/java/com/devonfw/tools/ide/tool/jmc

1 file changed

+1
-1
lines changed

cli/src/test/java/com/devonfw/tools/ide/tool/jmc/JmcTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void jmcPostInstallShouldMoveFilesIfRequired() {
132132
}
133133

134134
// TODO: This test currently fails because since JMC runs as a background process
135-
// The test does not wait for the started process to finish and assertion is performed too early!
135+
// the test does not wait for the started process to finish and assertion is performed too early!
136136
@Test
137137
@Disabled
138138
public void jmcShouldRunExecutableSuccessful() {

0 commit comments

Comments
 (0)