bracket-push: remove "public final" from test class
@@ -5,7 +5,7 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-public final class BracketCheckerTest {
+public class BracketCheckerTest {
@Test
public void testPairedSquareBrackets() {