tracks/java/exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java in trackler-2.0.6.2 vs tracks/java/exercises/queen-attack/src/test/java/QueenAttackCalculatorTest.java in trackler-2.0.6.3

- old
+ new

@@ -13,10 +13,9 @@ * ExpectedExceptions in particular. */ @Rule public ExpectedException expectedException = ExpectedException.none(); - @Ignore @Test public void testCoordinateWithNegativeRankNotAllowed() { expectedException.expect(IllegalArgumentException.class); expectedException.expectMessage("Coordinate must have positive rank.");