Пример #1
0
 public void UpdateMerchantAsync_MerchantIdIsDefault_ShouldThrowException()
 {
     //Act & Assert
     Assert.ThrowsAsync <ArgumentException>(() => _merchantService.UpdateMerchantAsync(Guid.Empty, null));
 }