aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/kotlin/test/pl/treksoft/kvision/dropdown/ContextMenuSpec.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/kotlin/test/pl/treksoft/kvision/dropdown/ContextMenuSpec.kt b/src/test/kotlin/test/pl/treksoft/kvision/dropdown/ContextMenuSpec.kt
index 748f7c3c..f06a3c96 100644
--- a/src/test/kotlin/test/pl/treksoft/kvision/dropdown/ContextMenuSpec.kt
+++ b/src/test/kotlin/test/pl/treksoft/kvision/dropdown/ContextMenuSpec.kt
@@ -17,7 +17,7 @@ class ContextMenuSpec : DomSpec {
fun render() {
run {
val root = Root("test", true)
- val m = ContextMenu() {
+ val m = ContextMenu {
link("a", "b")
link("c", "d")
}
@@ -37,7 +37,7 @@ class ContextMenuSpec : DomSpec {
fun positionMenu() {
run {
val root = Root("test", true)
- val m = ContextMenu() {
+ val m = ContextMenu {
link("a", "b")
link("c", "d")
}