Skip to content

Commit

Permalink
バージョン指定を無くした所で名前の変更には弱い
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuote committed Jul 14, 2024
1 parent 2d7d66c commit ddcf01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@ddc-sources/skk_okuri/split_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "/data/vim/repos/github.com/denoland/deno_std/assert/assert_equals.ts";
import { assertEquals } from "/data/vim/repos/github.com/denoland/deno_std/assert/equals.ts";
import { split } from "./split.ts";

Deno.test({
Expand Down

0 comments on commit ddcf01f

Please sign in to comment.