Explorar el Código

Removed Ignore annotation from first test in queen-attack.

Frida Tveit hace 9 años
padre
commit
37ed1c4040

+ 0
- 1
exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java Ver fichero

@@ -15,7 +15,6 @@ public final class QueenAttackCalculatorTest {
15 15
     @Rule
16 16
     public ExpectedException expectedException = ExpectedException.none();
17 17
 
18
-    @Ignore
19 18
     @Test
20 19
     public void testCoordinateWithNegativeRankNotAllowed() {
21 20
         expectedException.expect(IllegalArgumentException.class);