mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-21 02:08:18 +02:00
tests/WIF/pub_decode.cpp: fix test name.
This commit is contained in:
parent
2b68d7ec32
commit
f8630de098
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <doctest.h>
|
#include <doctest.h>
|
||||||
|
|
||||||
TEST_CASE("WIF::wif_pub_encode") {
|
TEST_CASE("WIF::wif_pub_decode [legacy]") {
|
||||||
struct testcase {
|
struct testcase {
|
||||||
const char* name;
|
const char* name;
|
||||||
std::string key;
|
std::string key;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue