Skip to content

Commit 77fb5b9

Browse files
committed
adding simple back
1 parent 1a1fdb8 commit 77fb5b9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ open class CodeWhispererCodeModernizerTestBase(
105105
internal val jobId = JobId("Test job id")
106106
internal lateinit var testCodeModernizerArtifact: CodeModernizerArtifact
107107
internal lateinit var testTransformFailureBuildLog: CodeTransformFailureBuildLog
108-
internal val exampleZipPath = "sample-diff.zip".toResourceFile().toPath()
108+
internal val exampleZipPath = "simple.zip".toResourceFile().toPath()
109109
internal val expectedFilePath = "expectedFile".toResourceFile().toPath()
110110
internal val overwrittenFilePath = "overwrittenFile".toResourceFile().toPath()
111111
internal val testRequestId = "test_aws_request_id"

0 commit comments

Comments
 (0)