Skip to content

Commit

Permalink
fixed GossipSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Feb 4, 2018
1 parent 2dc33e5 commit f7b57dc
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/core/Akka.Cluster.Tests/ClusterSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ClusterSpec(ITestOutputHelper output)

internal void LeaderActions()
{
_cluster.ClusterCore.Tell(InternalClusterAction.LeaderActionsTick.Instance);
_cluster.ClusterCore.Tell(InternalClusterAction.Tick.LeaderActionsTick);
}

[Fact]
Expand Down
Loading

0 comments on commit f7b57dc

Please sign in to comment.