Skip to content

Commit a0b974e

Browse files
committed
tst
1 parent a8a1712 commit a0b974e

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import kotlinx.coroutines.test.runTest
1919
import org.assertj.core.api.Assertions.assertThat
2020
import org.junit.jupiter.api.BeforeEach
2121
import org.junit.jupiter.api.Test
22-
import org.junit.jupiter.api.assertThrows
2322
import org.junit.jupiter.api.extension.RegisterExtension
2423
import org.junit.jupiter.api.io.TempDir
2524
import software.aws.toolkits.jetbrains.services.amazonq.lsp.artifacts.ArtifactManager.SupportedManifestVersionRange
@@ -56,10 +55,6 @@ class ArtifactManagerTest {
5655
fun `fetch artifact fetcher returns bundled if manifest is null`() = runTest {
5756
every { manifestFetcher.fetch() }.returns(null)
5857

59-
val exception = assertThrows<LspException> {
60-
artifactManager.fetchArtifact(projectExtension.project)
61-
}
62-
6358
assertThat(artifactManager.fetchArtifact(projectExtension.project))
6459
.isEqualTo(
6560
PluginManagerCore.getPlugin(PluginId.getId("amazon.q"))?.pluginPath?.resolve("flare")

0 commit comments

Comments
 (0)