From f8630de09812df63b70adaed7444d3f4f1050232 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 23 Mar 2023 18:26:55 +0100 Subject: [PATCH] tests/WIF/pub_decode.cpp: fix test name. --- tests/WIF/pub_decode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WIF/pub_decode.cpp b/tests/WIF/pub_decode.cpp index 7898918..8004407 100644 --- a/tests/WIF/pub_decode.cpp +++ b/tests/WIF/pub_decode.cpp @@ -4,7 +4,7 @@ #include #include -TEST_CASE("WIF::wif_pub_encode") { +TEST_CASE("WIF::wif_pub_decode [legacy]") { struct testcase { const char* name; std::string key;