Getting rid of warning

This commit is contained in:
Eric Fleming
2019-04-05 22:06:40 -04:00
parent 69dafa29e2
commit 456d17d6c3

View File

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