Skip to content

Commit

Permalink
#3786 - fix bind on port 0 error with DistributedPubSub specs (#3831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jun 26, 2019
1 parent 2fb49c5 commit ea0d054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

namespace Akka.Cluster.Tools.Tests.PublishSubscribe
{
[Collection(nameof(DistributedPubSubMediatorSpec))]
public class DistributedPubSubMediatorSpec : AkkaSpec
{
public DistributedPubSubMediatorSpec() : base(GetConfig()) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

namespace Akka.Cluster.Tools.Tests.PublishSubscribe
{
[Collection(nameof(DistributedPubSubMessageSerializerSpec))]
public class DistributedPubSubMessageSerializerSpec : AkkaSpec
{
public DistributedPubSubMessageSerializerSpec()
Expand Down

0 comments on commit ea0d054

Please sign in to comment.