Skip to content

Commit a7489e5

Browse files
authored
Merge pull request exercism#606 from morrme/change-remove-final
change: remove "final" from test class declaration
2 parents 8b8d628 + 8ccac29 commit a7489e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/change/src/test/java/ChangeCalculatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import static java.util.Collections.singletonList;
99
import static org.junit.Assert.assertEquals;
1010

11-
public final class ChangeCalculatorTest {
11+
public class ChangeCalculatorTest {
1212

1313
/*
1414
* See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and

0 commit comments

Comments
 (0)