Skip to content

Commit 20a6b40

Browse files
author
David Hasani
committed
fix test
1 parent e0bd48d commit 20a6b40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/amazonq/codetransform/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codemodernizer/CodeWhispererCodeModernizerSessionTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,14 +335,13 @@ class CodeWhispererCodeModernizerSessionTest : CodeWhispererCodeModernizerTestBa
335335
}
336336

337337
@Test
338-
fun `CodeModernizerSession can create zip and excludes idea folder and github folder and git folder`() {
338+
fun `CodeModernizerSession can create zip and excludes idea folder and github folder`() {
339339
addFilesToProjectModule(
340340
"pom.xml",
341341
"src/tmp.java",
342342
".idea/smth.iml",
343343
"someModule/pom.xml",
344344
"someModule/.idea/smthelse.iml",
345-
"someModule/.git/testing.txt",
346345
"someModule/.github/test.txt"
347346
)
348347
// get project.projectFile because project.projectFile can not be null

0 commit comments

Comments
 (0)