mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
style(net): format code (#104)
This commit is contained in:
parent
3656ab5b99
commit
c42686dc36
@ -1,8 +1,8 @@
|
||||
import {assertEqual, test} from "../testing/mod.ts";
|
||||
import {Sha1} from "./sha1.ts";
|
||||
import { assertEqual, test } from "../testing/mod.ts";
|
||||
import { Sha1 } from "./sha1.ts";
|
||||
|
||||
test(function testSha1() {
|
||||
const sha1 = new Sha1();
|
||||
sha1.update("abcde");
|
||||
assertEqual(sha1.toString(), "03de6c570bfe24bfc328ccd7ca46b76eadaf4334")
|
||||
assertEqual(sha1.toString(), "03de6c570bfe24bfc328ccd7ca46b76eadaf4334");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user