|
|
@@ -9,7 +9,7 @@ import static org.junit.Assert.assertEquals;
|
|
9
|
9
|
* version: 1.0.0
|
|
10
|
10
|
* https://github.com/exercism/x-common/blob/19d0c7714ce664a1ad762af624c17f8e269fa8b2/exercises/perfect-numbers/canonical-data.json
|
|
11
|
11
|
*/
|
|
12
|
|
-public final class NaturalNumberTest {
|
|
|
12
|
+public class NaturalNumberTest {
|
|
13
|
13
|
|
|
14
|
14
|
/*
|
|
15
|
15
|
* See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and
|