Skip to content

Commit

Permalink
Remove async warning
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed May 29, 2016
1 parent 4377e0d commit f70e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Akka.Interfaced.Tests/MessageFilterOrder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public MessageFilterOrder(ITestOutputHelper output)
}

[Fact]
public async Task FilterOrder_Work()
public void FilterOrder_Work()
{
var actor = ActorOfAsTestActorRef<MessageFilterOrderActor>();
actor.Tell("A");
Expand Down

0 comments on commit f70e1b6

Please sign in to comment.