We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f04ce commit 964af52Copy full SHA for 964af52
ganttproject/src/test/java/biz/ganttproject/app/PropertySheetTest.kt
@@ -13,7 +13,7 @@ import org.junit.jupiter.api.Test
13
class PropertySheetTest {
14
private val coroutineScope = CoroutineScope(SupervisorJob())
15
16
- @Test fun `basic string property`() {
+ fun `basic string property`() {
17
coroutineScope.launch {
18
withContext(Dispatchers.JavaFx) {
19
val propertyPaneBuilder = PropertyPaneBuilder(DummyLocalizer, PropertyPane())
@@ -30,4 +30,4 @@ class PropertySheetTest {
30
}
31
32
33
-}
+}
0 commit comments