mirror of https://github.com/status-im/nim-eth.git
Narrow Defect to expect AssertionDefect in rlp tests (#587)
This commit is contained in:
parent
a8bd504f95
commit
5b4e9db0d3
|
@ -38,7 +38,7 @@ suite "test api usage":
|
|||
writer.append "foo"
|
||||
writer.append "bar"
|
||||
|
||||
expect Defect:
|
||||
expect AssertionDefect:
|
||||
discard writer.finish
|
||||
|
||||
test "encode/decode object":
|
||||
|
|
Loading…
Reference in New Issue