Skip to content

Commit b5789d3

Browse files
committed
d
1 parent 2d79e5a commit b5789d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/mods/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function equals(a: Uint8Array, b: Uint8Array) {
88
return ba.equals(bb)
99
}
1010

11-
test("SHA-1", async () => {
11+
test("hash", async () => {
1212
await initBundled()
1313

1414
const hello = new TextEncoder().encode("Hello World")

0 commit comments

Comments
 (0)