Skip to content

Commit 37ed1c4

Browse files
committed
Removed Ignore annotation from first test in queen-attack.
1 parent dadad84 commit 37ed1c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public final class QueenAttackCalculatorTest {
1515
@Rule
1616
public ExpectedException expectedException = ExpectedException.none();
1717

18-
@Ignore
1918
@Test
2019
public void testCoordinateWithNegativeRankNotAllowed() {
2120
expectedException.expect(IllegalArgumentException.class);

0 commit comments

Comments
 (0)