Bläddra i källkod

Merge pull request #237 from FridaTveit/QueenAttachMakeFirstTestNotIgnored

Removed Ignore annotation from first test in queen-attack.
Stuart Kent 9 år sedan
förälder
incheckning
f20dd56279
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java

+ 0
- 1
exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java Visa fil

@@ -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);