Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom authored and jklukas committed May 11, 2020
1 parent f7a1706 commit ce13aa1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ public void testUnwantedDataBug1592010() {
@Test
public void testUnwantedDataBug1637055() {
Map<String, String> attributes = ImmutableMap.<String, String>builder()
.put(Attribute.DOCUMENT_NAMESPACE, "com-pumabrowser-pumabrowser")
.put(Attribute.DOCUMENT_TYPE, "baseline").build();
.put(Attribute.DOCUMENT_NAMESPACE, "com-pumabrowser-pumabrowser")
.put(Attribute.DOCUMENT_TYPE, "baseline").build();

assertThrows(UnwantedDataException.class,
() -> MessageScrubber.scrub(attributes, Json.createObjectNode()));
() -> MessageScrubber.scrub(attributes, Json.createObjectNode()));
}

@Test
Expand Down

0 comments on commit ce13aa1

Please sign in to comment.