Skip to content

Commit 78ac285

Browse files
committed
lint
1 parent fade5db commit 78ac285

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererModelConfiguratorTest.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,6 @@ class CodeWhispererModelConfiguratorTest {
574574

575575
assertThat(sut.activeCustomization(projectRule.project)).isEqualTo(oldCustomization)
576576

577-
val fakeCustomizations = listOf(
578-
CodeWhispererCustomization("oldArn", "oldName", "oldDescription")
579-
)
580-
581577
ApplicationManager.getApplication().messageBus
582578
.syncPublisher(QRegionProfileSelectedListener.TOPIC)
583579
.onProfileSelected(projectRule.project, null)
@@ -592,9 +588,6 @@ class CodeWhispererModelConfiguratorTest {
592588
val oldCustomization = CodeWhispererCustomization("oldArn", "oldName", "oldDescription")
593589
sut.switchCustomization(projectRule.project, oldCustomization)
594590
assertThat(sut.activeCustomization(projectRule.project)).isEqualTo(oldCustomization)
595-
val fakeCustomizations = listOf(
596-
CodeWhispererCustomization("newArn", "newName", "newDescription")
597-
)
598591

599592
val latch = CountDownLatch(1)
600593

0 commit comments

Comments
 (0)