예제 #1
0
        public async Task Errors_moved_to_poison()
        {
            const int count = 2;

            await SendUnique(count);

            await RunHost <ErrorsMovedToPoison>(async() =>
            {
                await Poison.Drain(count);
                await Batch.AssertIsEmpty();
            });
        }