Skip to content

Commit b30c564

Browse files
committed
remove ignore
1 parent 0bdfd60 commit b30c564

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ import com.jetbrains.python.psi.PyFromImportStatement
1414
import com.jetbrains.python.psi.PyImportStatement
1515
import com.jetbrains.python.psi.PyImportStatementBase
1616
import org.assertj.core.api.Assertions.assertThat
17-
import org.junit.Ignore
1817
import org.junit.Test
1918
import software.aws.toolkits.jetbrains.utils.rules.PythonCodeInsightTestFixtureRule
2019

21-
@Ignore
2220
class CodeWhispererPythonImportAdderTest : CodeWhispererImportAdderTestBase(
2321
CodeWhispererPythonImportAdder(),
2422
PythonCodeInsightTestFixtureRule(),
@@ -82,7 +80,6 @@ class CodeWhispererPythonImportAdderTest : CodeWhispererImportAdderTestBase(
8280
assertHasNoDuplicates(import, existingImports)
8381
}
8482

85-
@Ignore
8683
@Test
8784
fun `test hasDuplicatedImportsHelper returns null when there is a duplicate import from another module`() {
8885
val newImport = createImport("from os import path")

0 commit comments

Comments
 (0)