Skip to content

Commit

Permalink
Remove unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Feb 10, 2020
1 parent c3867e1 commit 52ab6d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libplanet.Tests/Net/SwarmTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,6 @@ public async Task DoNotFillMultipleTimes()
// Awaits 1 second because receiver swarm may tried to fill again after filled.
await Task.Delay(1000);
var transport = receiver.Transport as NetMQTransport;
Assert.NotNull(transport);
_logger.Debug("Messages: {@Message}", transport.MessageHistory);
Assert.Single(
transport.MessageHistory.Where(msg => msg is Libplanet.Net.Messages.Blocks));
Expand Down

0 comments on commit 52ab6d9

Please sign in to comment.