Skip to content

Commit

Permalink
refactor : 불필요한 테스트 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
fucct committed Apr 7, 2020
1 parent 8e14f90 commit 0ba02cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/chess/domain/position/PositionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ void wrongPosition(String input) {
.isInstanceOf(IllegalArgumentException.class);
}

@Test
void fileDifferenceFromTargetPosition() {
Position A1 = Position.of("A1");
}

@Test
void getFileDifference() {
assertThat(Position.of("A1").getFileDifference(Position.of("D1"))).isEqualTo(3);
Expand Down

0 comments on commit 0ba02cc

Please sign in to comment.