Browse Source

Getting rid of warning

main
Eric Fleming 7 years ago
parent
commit
456d17d6c3
  1. 2
      tests/IntegrationTests/LoginService.cs

2
tests/IntegrationTests/LoginService.cs

@ -46,7 +46,7 @@ namespace Microsoft.eShopWeb.IntegrationTests.Repositories.OrderRepositoryTests
Assert.True(result.Succeeded); Assert.True(result.Succeeded);
} }
catch (Exception ex) catch (Exception)
{ {
} }
} }

Loading…
Cancel
Save