Skip to content

Commit e49de54

Browse files
committed
Fix.
1 parent 39e5b8b commit e49de54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assert, assertEquals } from "@std/assert";
1+
import { assertEquals } from "@std/assert";
22
import { createFromBuffer, createStreaming, type Formatter, type GlobalConfiguration } from "./mod.ts";
33

44
Deno.test("it should create streaming", async () => {

0 commit comments

Comments
 (0)