Skip to content

Commit 373b6f5

Browse files
committed
lint
1 parent 73a7517 commit 373b6f5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CodeTransformChatTest {
3737
assertThat(buttons[0].id).isEqualTo(CodeTransformButtonId.ViewDiff.id)
3838
assertThat(buttons[0].text).isEqualTo("View diff 1/5")
3939
assertThat(buttons[1].id).isEqualTo(CodeTransformButtonId.ViewSummary.id)
40-
}
40+
}
4141
}
4242

4343
@Test

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class CodeWhispererCodeModernizerSessionTest : CodeWhispererCodeModernizerTestBa
358358
Path("sources/pom.xml") -> assertThat(fileContent).isEqualTo("pom.xml")
359359
Path("sources/src/tmp.java") -> assertThat(fileContent).isEqualTo("src/tmp.java")
360360
Path("sources/someModule/pom.xml") -> assertThat(fileContent).isEqualTo("someModule/pom.xml")
361-
Path("build-logs.txt") ->assertThat(fileContent).isNotNull()
361+
Path("build-logs.txt") -> assertThat(fileContent).isNotNull()
362362
else -> throw AssertionError("Unexpected entry in zip file: $entry")
363363
}
364364
}

plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudformation/stack/EventsFetcherTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ private fun expectRange(from: String, to: String, events: List<StackEvent>, expe
1818
private const val nonEmptyMessage = "Second call on the same page must not return anything"
1919
private const val wrongPageMessage = "Wrong list of available pages"
2020

21+
@Suppress("UnnecessaryApply")
2122
class EventsFetcherTest {
2223
@JvmField
2324
@Rule

ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/testTests/QTestGenerationChatTestScripts.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
package software.aws.toolkits.jetbrains.uitests.testTests
55

6-
import org.intellij.lang.annotations.Language
7-
86
val testHappyPathScript = """
97
const puppeteer = require('puppeteer');
108
async function testNavigation() {

0 commit comments

Comments
 (0)