Skip to content

Commit

Permalink
Change assert to follow denoland/std#3445
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshida-ryuhei committed Aug 17, 2023
1 parent c2993ad commit 5124179
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions denops/@ddu-sources/vim-lsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ import { Denops, fn } from "https://deno.land/x/[email protected]/deps.ts";
import { ActionData } from "https://deno.land/x/[email protected]/file.ts";

import { relative } from "https://deno.land/[email protected]/path/mod.ts";
import { assert } from "https://deno.land/[email protected]/testing/asserts.ts";
import { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";
import {
assert,
assertEquals,
} from "https://deno.land/[email protected]/assert/mod.ts";

type Params = {
method: string;
Expand Down

0 comments on commit 5124179

Please sign in to comment.