Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 2b89d6e

Browse files
committed
chore: bump std modules to 0.90
1 parent e670171 commit 2b89d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/util_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { assertEquals } from 'https://deno.land/std@0.88.0/testing/asserts.ts'
2-
import { delay } from 'https://deno.land/std@0.88.0/async/delay.ts'
1+
import { assertEquals } from 'https://deno.land/std@0.90.0/testing/asserts.ts'
2+
import { delay } from 'https://deno.land/std@0.90.0/async/delay.ts'
33
import util from './util.ts'
44

55
Deno.test(`util`, async () => {

0 commit comments

Comments
 (0)