Skip to content

Commit

Permalink
Initialize command Executor reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jun 29, 2024
1 parent 4f2d93f commit 9886da4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class RunCoverageTest {
// private val commandExecutor by lazy { CommandExecutorImpl(scriptBgDispatcher) }
// private val longCommandExecutor by lazy { initializeCommandExecutorWithLongProcessWaitTime() }

private lateinit var commandExecutor: CommandExecutor
private lateinit var testBazelWorkspace: TestBazelWorkspace
private lateinit var sampleFilePath: String
private lateinit var sampleMDOutputPath: String
Expand Down

0 comments on commit 9886da4

Please sign in to comment.