1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

tests/WIF/pub_decode.cpp: fix test name.

This commit is contained in:
Henrik Hautakoski 2023-03-23 18:26:55 +01:00
parent 2b68d7ec32
commit f8630de098

View file

@ -4,7 +4,7 @@
#include <vector>
#include <doctest.h>
TEST_CASE("WIF::wif_pub_encode") {
TEST_CASE("WIF::wif_pub_decode [legacy]") {
struct testcase {
const char* name;
std::string key;