We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25ba73 commit b466184Copy full SHA for b466184
simple-math/src/test/java/com/craftsmanshipinsoftware/math/gui/ApplicationTest.java
@@ -98,11 +98,11 @@ void divisionByZeroIsHandledProperlyByShowingAMessage() throws IOException {
98
}
99
100
private HtmlPage getHtmlPage() throws IOException {
101
- return this.webClient.getPage("http://localhost/index.html");
+ return this.webClient.getPage("http://localhost/index.html");
102
103
104
private static void fireInputEventFor(HtmlNumberInput numberInput) {
105
- numberInput.fireEvent("input");
+ numberInput.fireEvent("input");
106
107
108
private HtmlNumberInput secondInputNumberInput(HtmlPage page) {
0 commit comments