Skip to content

Commit 5678a69

Browse files
Merge pull request #69 from delphi-hub/feature/bugfix
Trying to fix CI Bug
2 parents 1b56240 + bd701c4 commit 5678a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/de/upb/cs/swt/delphi/instanceregistry/daos/DynamicInstanceDAO.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DynamicInstanceDAO (configuration : Configuration) extends InstanceDAO wit
2828
private val instanceLinks: mutable.Set[InstanceLink] = new mutable.HashSet[InstanceLink]()
2929

3030
implicit val system : ActorSystem = Registry.system
31-
implicit val materializer : ActorMaterializer = ActorMaterializer()
31+
implicit val materializer : ActorMaterializer = Registry.materializer
3232
implicit val ec : ExecutionContext = system.dispatcher
3333

3434

0 commit comments

Comments
 (0)