Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aunkrig committed Feb 20, 2018
1 parent 8187414 commit 7ae72c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ class UnparserTest {
String s = sw.toString();
s = UnparserTest.replace(s, "((( ", "(");
s = UnparserTest.replace(s, " )))", ")");
Assert.assertEquals(expected, s);
Assert.assertEquals(input, expected, s);
}

private static void
Expand Down

0 comments on commit 7ae72c1

Please sign in to comment.