Skip to content

Commit

Permalink
Got all 11 document synchronization tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyegge committed Jun 26, 2024
1 parent 374b5ec commit ae54763
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 149 deletions.
3 changes: 2 additions & 1 deletion src/integrationTest/kotlin/com/sourcegraph/cody/AllSuites.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.sourcegraph.cody

import com.intellij.openapi.diagnostic.Logger
import com.sourcegraph.cody.agent.CodyAgentService
import com.sourcegraph.cody.edit.DocumentCodeTest
import com.sourcegraph.cody.util.CodyIntegrationTestFixture
import java.util.concurrent.TimeUnit
import org.junit.AfterClass
Expand All @@ -21,7 +22,7 @@ import org.junit.runners.Suite
* and define unique CODY_RECORDING_NAME.
*/
@RunWith(Suite::class)
@Suite.SuiteClasses(/* DocumentCodeTest::class, */ DocumentSynchronizationTest::class)
@Suite.SuiteClasses(DocumentCodeTest::class, DocumentSynchronizationTest::class)
class AllSuites {
companion object {
private val logger = Logger.getInstance(AllSuites::class.java)
Expand Down
Loading

0 comments on commit ae54763

Please sign in to comment.