From 456d17d6c374d6ef27b0005df5f4f63d615c3187 Mon Sep 17 00:00:00 2001 From: Eric Fleming Date: Fri, 5 Apr 2019 22:06:40 -0400 Subject: [PATCH] Getting rid of warning --- tests/IntegrationTests/LoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/IntegrationTests/LoginService.cs b/tests/IntegrationTests/LoginService.cs index d67d4e705..b207f4fd1 100644 --- a/tests/IntegrationTests/LoginService.cs +++ b/tests/IntegrationTests/LoginService.cs @@ -46,7 +46,7 @@ public async Task LogsInSampleUser() Assert.True(result.Succeeded); } - catch (Exception ex) + catch (Exception) { } }