Skip to content

Commit

Permalink
Chore: Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphonophora committed Sep 25, 2020
1 parent 94af6c5 commit 75fbf17
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public class TestCaseNameParserTests
[DataRow("z.a.b((0,(0,1)),(0,1))", "z", "a", "b((0,(0,1)),(0,1))")]
public void Parse_ParsesAllParsableInputs_WithoutConsoleOutput(string testCaseName, string expectedNamespace, string expectedType, string expectedMethod)
{
var expected = new Tuple<string, string>(expectedType, expectedMethod);

using (var sw = new StringWriter())
{
Console.SetOut(sw);
Expand Down

0 comments on commit 75fbf17

Please sign in to comment.