Skip to content

Commit 31c1550

Browse files
committed
code style
1 parent 978b341 commit 31c1550

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/org/htmlunit/WebAssertTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ public void assertElementNotPresentByXPath() throws Exception {
136136
final AssertionError error = assertThrows(AssertionError.class, () -> {
137137
WebAssert.assertElementNotPresentByXPath(page, "html/body/div");
138138
});
139-
assertEquals("Found 1 unexpected element(s) matching the XPath expression 'html/body/div'.", error.getMessage());
139+
assertEquals("Found 1 unexpected element(s) matching the XPath expression 'html/body/div'.",
140+
error.getMessage());
140141
}
141142

142143
/**

0 commit comments

Comments
 (0)