From 5b4e9db0d323b41d05cc7fb4c6888147427f7845 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Mon, 20 Feb 2023 20:52:49 +0100 Subject: [PATCH] Narrow Defect to expect AssertionDefect in rlp tests (#587) --- tests/rlp/test_api_usage.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rlp/test_api_usage.nim b/tests/rlp/test_api_usage.nim index 39cf063..c790968 100644 --- a/tests/rlp/test_api_usage.nim +++ b/tests/rlp/test_api_usage.nim @@ -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":