Преглед изворни кода

Merge pull request #237 from FridaTveit/QueenAttachMakeFirstTestNotIgnored

Removed Ignore annotation from first test in queen-attack.
Stuart Kent пре 9 година
родитељ
комит
f20dd56279
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java

+ 0
- 1
exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java Прегледај датотеку

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