diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-02 00:52:34 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-02 00:52:34 +0800 |
commit | a148db5022379cdd8c0009d2f67f451dff376ad8 (patch) | |
tree | 3edaaa48507a1952ce0a36423e4af9c216e9b05e | |
parent | f9a38fcb32ee4e755c7f271a1c5a116c29985a10 (diff) | |
download | dexon-sol-tools-a148db5022379cdd8c0009d2f67f451dff376ad8.tar dexon-sol-tools-a148db5022379cdd8c0009d2f67f451dff376ad8.tar.gz dexon-sol-tools-a148db5022379cdd8c0009d2f67f451dff376ad8.tar.bz2 dexon-sol-tools-a148db5022379cdd8c0009d2f67f451dff376ad8.tar.lz dexon-sol-tools-a148db5022379cdd8c0009d2f67f451dff376ad8.tar.xz dexon-sol-tools-a148db5022379cdd8c0009d2f67f451dff376ad8.tar.zst dexon-sol-tools-a148db5022379cdd8c0009d2f67f451dff376ad8.zip |
Fix test name
-rw-r--r-- | packages/instant/test/util/time.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/test/util/time.test.ts b/packages/instant/test/util/time.test.ts index 7165761de..fcb4e1875 100644 --- a/packages/instant/test/util/time.test.ts +++ b/packages/instant/test/util/time.test.ts @@ -1,6 +1,6 @@ import { timeUtil } from '../../src/util/time'; -describe('assetDataUtil', () => { +describe('timeUtil', () => { describe('secondsToHumanDescription', () => { const numsToResults: { [aNumber: number]: string; |