Skip to content

Commit 3aeaad1

Browse files
committed
update to test
1 parent 40c96db commit 3aeaad1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/test/java/com/example/JavaModelTest.java renamed to src/test/java/com/example/ChatModelTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
class ChatModelTest {
1616
static {
1717
try {
18-
javafx.application.Platform.startup(() -> {});
18+
javafx.application.Platform.startup(() -> {
19+
});
1920
} catch (IllegalStateException e) {
2021

2122
}
@@ -80,4 +81,4 @@ void sendMessageToFakeServer_viaNtfyConnectionImpl(WireMockRuntimeInfo wmRuntime
8081
verify(postRequestedFor(urlEqualTo("/mytopic"))
8182
.withRequestBody(matching(messageToSend)));
8283
}
83-
}
84+
}

0 commit comments

Comments
 (0)