Skip to content

Commit

Permalink
put DocumentCodeTests back
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyegge committed Jul 1, 2024
1 parent 0a1fc87 commit 6340bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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
import org.junit.runner.RunWith
import org.junit.runners.Suite
import java.util.concurrent.TimeUnit

/**
* We need a single tearDown() method running after all tests are complete, so agent can be closed
Expand Down

0 comments on commit 6340bfd

Please sign in to comment.