Skip to content

Commit

Permalink
Warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-andersson-at-westermo committed Jun 11, 2024
1 parent ff44e6c commit 304cdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YangSourceTests/RpcTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public async Task ExceptionThrowingTest()
Assert.True(true);
return;
}
catch (Exception e)
catch (Exception)
{
outputHelper.WriteLine(channel.LastXML);
outputHelper.WriteLine("_____________________________________");
Expand Down

0 comments on commit 304cdac

Please sign in to comment.