Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 25, 2019
1 parent 64ec8ce commit 9b42b3b
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -27,11 +27,10 @@ class ModuleSpec extends WordSpec with Matchers {

Module.parse("akka-cluster-bootstrapping") shouldBe Set(AkkaClusterBootstrapModule)

Module.parse("akka-cluster-bootstrapping,akka-management,common,play-http-binding,secrets,service-discovery,status") shouldBe Set(
Module.parse("akka-cluster-bootstrapping,akka-management,common,secrets,service-discovery,status") shouldBe Set(
AkkaClusterBootstrapModule,
AkkaManagementModule,
CommonModule,
PlayHttpBindingModule,
SecretsModule,
ServiceDiscoveryModule,
StatusModule)
Expand Down

0 comments on commit 9b42b3b

Please sign in to comment.