Skip to content

Commit

Permalink
akkadotnet#3786 - fix bind on port 0 error with DistributedPubSub spe…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jul 30, 2019
1 parent 2c45fcf commit ca5c397
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 ca5c397

Please sign in to comment.