8000 Merge pull request #237 from FridaTveit/QueenAttachMakeFirstTestNotIg… · javaeeeee/xjava@f20dd56 · GitHub
[go: up one dir, main page]

Skip to content

Commit f20dd56

Browse files
authored
Merge pull request exercism#237 from FridaTveit/QueenAttachMakeFirstTestNotIgnored
Removed Ignore annotation from first test in queen-attack.
2 parents 0bdd314 + 37ed1c4 commit f20dd56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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