1
0
Fork 0
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:
Henrik Hautakoski 2023-03-21 15:34:26 +01:00
parent 7ef801c2a8
commit 15eaa97cec
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#include <vector>
#include <doctest.h>
TEST_CASE("ec::ecdsa_sign") {
TEST_CASE("ec::ecdsa_recover") {
struct testcase {
const char *name;

View file

@ -3,7 +3,7 @@
#include <vector>
#include <doctest.h>
TEST_CASE("ec::ecdsa_sign") {
TEST_CASE("ec::ecdsa_verify") {
struct testcase {
const char *name;