diff --git a/tests/ComboBox.test.svelte b/tests/ComboBox.test.svelte index 64923ea8..bff0227a 100644 --- a/tests/ComboBox.test.svelte +++ b/tests/ComboBox.test.svelte @@ -27,7 +27,7 @@ console.log(id); // "open" | "close" return id; }}" - translateWithIdInput="{(id) => { + translateWithIdSelection="{(id) => { console.log(id); // "clearSelection" return id; }}" diff --git a/tests/MultiSelect.test.svelte b/tests/MultiSelect.test.svelte index 27d306c2..df539f2a 100644 --- a/tests/MultiSelect.test.svelte +++ b/tests/MultiSelect.test.svelte @@ -24,7 +24,7 @@ console.log(id); // "open" | "close" return id; }}" - translateWithIdInput="{(id) => { + translateWithIdSelection="{(id) => { console.log(id); // "clearAll" | "clearSelection" return id; }}"