Exemple #1
0
        public async Task RefundLottery_WrongLotteryId_Exits()
        {
            _lotteryService.GetLotteryAsync(1).ReturnsNull();

            await _sut.RefundLotteryAsync(1, _userAndOrganization);

            await _participantService.DidNotReceiveWithAnyArgs().GetParticipantsCountedAsync(default);