Rename test suite
This commit is contained in:
parent
a48e1e96c5
commit
a0833475d4
|
@ -3,7 +3,7 @@
|
||||||
import unittest, ../../nimbus/rpc/hexstrings, json
|
import unittest, ../../nimbus/rpc/hexstrings, json
|
||||||
|
|
||||||
proc doHexStrTests* =
|
proc doHexStrTests* =
|
||||||
suite "Hex quantity":
|
suite "[RPC] Hex quantity":
|
||||||
test "Empty string":
|
test "Empty string":
|
||||||
expect ValueError:
|
expect ValueError:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in New Issue