mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 03:34:56 +02:00
tests/ec: fix test names.
This commit is contained in:
parent
7ef801c2a8
commit
15eaa97cec
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include <vector>
|
||||
#include <doctest.h>
|
||||
|
||||
TEST_CASE("ec::ecdsa_sign") {
|
||||
TEST_CASE("ec::ecdsa_recover") {
|
||||
|
||||
struct testcase {
|
||||
const char *name;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
#include <doctest.h>
|
||||
|
||||
TEST_CASE("ec::ecdsa_sign") {
|
||||
TEST_CASE("ec::ecdsa_verify") {
|
||||
|
||||
struct testcase {
|
||||
const char *name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue