summaryrefslogtreecommitdiff
path: root/std/encoding/hex_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/hex_test.ts')
-rw-r--r--std/encoding/hex_test.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/std/encoding/hex_test.ts b/std/encoding/hex_test.ts
index 0cf39ad2e..d1a4002c6 100644
--- a/std/encoding/hex_test.ts
+++ b/std/encoding/hex_test.ts
@@ -7,14 +7,14 @@
import { assertEquals, assertThrows } from "../testing/asserts.ts";
import {
- encodedLen,
- encode,
- encodeToString,
- decodedLen,
decode,
+ decodedLen,
decodeString,
- errLength,
+ encode,
+ encodedLen,
+ encodeToString,
errInvalidByte,
+ errLength,
} from "./hex.ts";
function toByte(s: string): number {