Skip to content

Commit

Permalink
remove outdated TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingTwist committed Jan 29, 2024
1 parent 2359500 commit 4288ab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/jchess/server/util/JsonUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class JsonUtils {
private static final Logger logger = LoggerFactory.getLogger(JsonUtils.class);

public static ObjectMapper getMapper() {
// TODO erja, general serialization configuration here
return new ObjectMapper();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void pawnMoveTest() {
moveTestNoOtherPieces(Hex3pPieces.Pawn, 0, new int[]{});
moveTestNoOtherPieces(Hex3pPieces.Pawn, 1, new int[]{10});
moveTestNoOtherPieces(Hex3pPieces.Pawn, 5, new int[]{1, 2});
moveTestNoOtherPieces(Hex3pPieces.Pawn, 9, new int[]{7, 8});//TODO wenn 2er move fertig eingebaut, 4 und 6 hinzufügen ins array
moveTestNoOtherPieces(Hex3pPieces.Pawn, 9, new int[]{7, 8});
}

@Test
Expand Down

0 comments on commit 4288ab4

Please sign in to comment.