From f1eb848db0644c0f7fa140104d2d191425f6ecbe Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Fri, 1 Jan 2021 18:18:31 +0100 Subject: [PATCH] a --- Content.Tests/Shared/Alert/AlertPrototypeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Tests/Shared/Alert/AlertPrototypeTests.cs b/Content.Tests/Shared/Alert/AlertPrototypeTests.cs index 3427e7d375..038a72d6f5 100644 --- a/Content.Tests/Shared/Alert/AlertPrototypeTests.cs +++ b/Content.Tests/Shared/Alert/AlertPrototypeTests.cs @@ -47,7 +47,7 @@ namespace Content.Tests.Shared.Alert { alert.GetIcon(severity); } - catch (ArgumentException e) + catch (ArgumentException) { Assert.Pass(); }