Skip to content

Commit 687dc3f

Browse files
committed
tst
1 parent a7bbeaa commit 687dc3f

File tree

1 file changed

+3
-1
lines changed
  • plugins/amazonq/shared/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/lsp/artifacts

1 file changed

+3
-1
lines changed

plugins/amazonq/shared/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/lsp/artifacts/LspUtilsTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import java.nio.file.Path
2020
import java.nio.file.StandardCopyOption
2121
import java.nio.file.attribute.PosixFilePermissions
2222
import java.util.zip.ZipOutputStream
23-
import kotlin.io.path.isDirectory
2423
import kotlin.io.path.isRegularFile
2524
import kotlin.io.path.setPosixFilePermissions
2625

@@ -57,6 +56,9 @@ class LspUtilsTest {
5756
assertThat(target.resolve("file3")).hasContent("contents3")
5857
assertThat(target.resolve("file4")).hasContent("contents4")
5958
}
59+
60+
// windows hack
61+
System.gc()
6062
}
6163

6264
@Test

0 commit comments

Comments
 (0)