Skip to content

Commit

Permalink
2024.01.27
Browse files Browse the repository at this point in the history
- removes version specificity from testing script
  • Loading branch information
NetOpWibby committed Jan 27, 2024
1 parent d6f33e3 commit 7696df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/// import

import { assertEquals, assertStrictEquals, assertThrows } from "https://deno.land/std@0.206.0/testing/asserts.ts";
import { assertEquals, assertStrictEquals, assertThrows } from "https://deno.land/std/testing/asserts.ts";
import { Buffer } from "node:buffer";
import * as Packet from "./mod.ts";

Expand Down

0 comments on commit 7696df1

Please sign in to comment.