Skip to content

Commit

Permalink
LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Aug 30, 2019
1 parent e880f21 commit 7d6b1b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Libplanet.Tests/Net/SwarmTest.cs
Expand Up @@ -1298,6 +1298,9 @@ public async Task PreloadAsyncCancellation(int cancelAfter)
receiverChain.GetStates(new[] { address })[address]
);
}

// FIXME: Intentionally make it fails so that it prints out logs
Assert.Null(minerChain.Tip);
}

private async Task<Task> StartAsync(
Expand Down

0 comments on commit 7d6b1b4

Please sign in to comment.