mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-24 16:32:25 +00:00
tests: fix a typo in test name
This commit is contained in:
parent
1494557633
commit
44f1267a39
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
using namespace cryptonote;
|
using namespace cryptonote;
|
||||||
|
|
||||||
|
|
||||||
TEST(checkpoints_is_alternative_block_allowed, handles_empty_checkpoins)
|
TEST(checkpoints_is_alternative_block_allowed, handles_empty_checkpoints)
|
||||||
{
|
{
|
||||||
checkpoints cp;
|
checkpoints cp;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue