Skip to content

Commit 98ba3ef

Browse files
committed
🌿 Improve test for non exist method on denops#request
1 parent 0c72261 commit 98ba3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/denops/runtime/functions/denops/request_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ testHost({
7777
["foo"],
7878
),
7979
Error,
80-
"Failed to call 'not_exist_method' API in 'dummy'",
80+
"Failed to call 'not_exist_method' API in 'dummy': this[#denops].dispatcher[fn] is not a function",
8181
);
8282
});
8383
});

0 commit comments

Comments
 (0)