Skip to content

Commit

Permalink
Remove redundant line: metadata.get(Metadata.CONTENT_TYPE)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus6n committed Feb 19, 2025
1 parent f7d28e4 commit 7909b1c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public void testShareazaDownloadParser() throws IOException, SAXException, TikaE
try (InputStream stream = getStream(file)) {
parser.parse(stream, handler, metadata, context);

metadata.get(Metadata.CONTENT_TYPE);

String hts = handler.toString();

assertTrue(hts.contains("Magic: SDL"));
Expand Down

0 comments on commit 7909b1c

Please sign in to comment.