Procházet zdrojové kódy

Removed Ignore annotation from first test in queen-attack.

Frida Tveit před 9 roky
rodič
revize
37ed1c4040

+ 0
- 1
exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java Zobrazit soubor

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