Sfoglia il codice sorgente

Update PrimeCalculatorTest.java

morrme 9 anni fa
parent
commit
4c807cac84

+ 1
- 1
exercises/nth-prime/src/test/java/PrimeCalculatorTest.java Vedi File

1
 import org.junit.Before;
1
 import org.junit.Before;
2
-import org.junit.@Ignore("Remove to run test");
2
+import org.junit.Ignore;
3
 import org.junit.Rule;
3
 import org.junit.Rule;
4
 import org.junit.Test;
4
 import org.junit.Test;
5
 import org.junit.rules.ExpectedException;
5
 import org.junit.rules.ExpectedException;