Skip to content

Commit 9359a08

Browse files
author
Seongjae Choi
committed
Cleanup imports in utility.test.ts
1 parent 09f4080 commit 9359a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utility.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import {
44
getAccountIdFromPrivate,
55
getAccountIdFromPublic,
66
getPublicFromPrivate,
7-
toHex
7+
toHex,
8+
toLocaleString
89
} from "..";
9-
import { toLocaleString } from "../lib/utility";
1010

1111
test.each([
1212
[[0x00, 0x01, 0x02], "000102"],

0 commit comments

Comments
 (0)