Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 25, 2023
1 parent a833938 commit f0c8475
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/org/burningwave/json/ObjectHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ void findFirstTestOne() {
ObjectHandler questionOneOH = finder.findForPathEquals(Path.of("quiz", "sport", "q1"));
String questionOnePath = questionOneOH.getPath();
Question questionOne = questionOneOH.getValue();

ObjectHandler.ValueFinderAndConverter finderAndConverter = objectHandler.newValueFinderAndConverter(Map.class);
Map<String, Object> sportAsMap = finderAndConverter.findFirstForPathEndsWith("sport");

return questionOne;
});
}
Expand Down

0 comments on commit f0c8475

Please sign in to comment.