Skip to content

Commit

Permalink
Update AbstractFilterTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rupert-griffin authored Jun 25, 2024
1 parent 6ec00b7 commit f9e1b72
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ void testGetTypesToCheck() {
payload.addAlternateView("JSON_LANG_ENG", "jkl".getBytes());
payload.addAlternateView("JSON_LANG_RUS", "mno".getBytes());
payload.addAlternateView("JSON_LANG_FR", "pqr".getBytes());
payload.addAlternateView("XML", "stu".getBytes());
Set<String> checkTypes = f.getTypesToCheck(payload);

for (String checked : Arrays.asList(
Expand Down

0 comments on commit f9e1b72

Please sign in to comment.