Narrow Defect to expect AssertionDefect in rlp tests (#587)

This commit is contained in:
Kim De Mey 2023-02-20 20:52:49 +01:00 committed by GitHub
parent a8bd504f95
commit 5b4e9db0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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":