Skip to content

Commit

Permalink
Getting rid of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming18 committed Apr 6, 2019
1 parent 69dafa2 commit 456d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IntegrationTests/LoginService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async Task LogsInSampleUser()
Assert.True(result.Succeeded);

}
catch (Exception ex)
catch (Exception)
{
}
}
Expand Down

0 comments on commit 456d17d

Please sign in to comment.