diff --git a/TimberWinR.UnitTests/Configuration.cs b/TimberWinR.UnitTests/Configuration.cs index 1001ba4..db572ca 100644 --- a/TimberWinR.UnitTests/Configuration.cs +++ b/TimberWinR.UnitTests/Configuration.cs @@ -37,7 +37,7 @@ namespace TimberWinR.UnitTests Configuration c = Configuration.FromString(grokJson); Assert.IsTrue(false, "Should have thrown an exception"); } - catch (TimberWinR.Parser.Grok.GrokFilterException ex) + catch (TimberWinR.Parser.Grok.GrokFilterException) { } } @@ -67,7 +67,7 @@ namespace TimberWinR.UnitTests Configuration c = Configuration.FromString(grokJson); Assert.IsTrue(false, "Should have thrown an exception"); } - catch (TimberWinR.Parser.Grok.GrokAddTagException ex) + catch (TimberWinR.Parser.Grok.GrokAddTagException) { } }