Skip to content

Commit

Permalink
update SchedulerTestKit
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Dec 2, 2023
1 parent b3ab9e7 commit 0416fc7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ import app.softnetwork.scheduler.message.{
ScheduleRemoved
}
import app.softnetwork.scheduler.persistence.query.Entity2SchedulerProcessorStream
import app.softnetwork.session.service.SessionMaterials
import org.scalatest.Suite
import org.slf4j.{Logger, LoggerFactory}
import org.softnetwork.session.model.Session

trait SchedulerTestKit extends SchedulerGuardian with InMemoryPersistenceTestKit {
_: Suite with SessionMaterials[Session] =>
trait SchedulerTestKit extends SchedulerGuardian with InMemoryPersistenceTestKit { _: Suite =>

/** @return
* roles associated with this node
Expand Down

0 comments on commit 0416fc7

Please sign in to comment.