Skip to content

Commit

Permalink
fix(velocity): mock executor service maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspeedfpv committed Sep 24, 2024
1 parent e3898f2 commit fce5f50
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ class MockedVelocityServer {
return Optional.of(this)
}

// not used in our tests :3 (for now)
override fun getExecutorService(): ExecutorService {
TODO("Not yet implemented")
}
override fun getExecutorService(): ExecutorService = Executors.newSingleThreadExecutor()
}

/**
Expand Down

0 comments on commit fce5f50

Please sign in to comment.