Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 16, 2023
1 parent c2f3155 commit 9b3cc72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/test/kotlin/cc/unitmesh/devti/DevtiFlowTest.kt
@@ -1,16 +1,12 @@
package cc.unitmesh.devti

import cc.unitmesh.devti.analysis.JavaCrudProcessor
import cc.unitmesh.devti.kanban.impl.GitHubIssue
import cc.unitmesh.devti.prompt.openai.OpenAIAction
import com.intellij.psi.JavaPsiFacade
import com.intellij.psi.PsiElementFactory
import com.intellij.testFramework.LightPlatformTestCase
import org.junit.Test
import io.github.cdimascio.dotenv.dotenv
import org.junit.Ignore

class DevtiFlowTest: LightPlatformTestCase() {
class DevtiFlowTest {

@Test
@Ignore
Expand Down

0 comments on commit 9b3cc72

Please sign in to comment.