aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-13 11:10:33 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-13 11:10:33 +0000
commit44f1267a39db7db57d99612516bdc080145ebb37 (patch)
tree9d524fc30b91f46bf7d55396a0b5b31e39262de8 /tests/unit_tests
parentdb_lmdb: create all needed directories, not just the leaf one (diff)
downloadmonero-44f1267a39db7db57d99612516bdc080145ebb37.tar.xz
tests: fix a typo in test name
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/checkpoints.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/checkpoints.cpp b/tests/unit_tests/checkpoints.cpp
index 2f70791c5..85a8c9a90 100644
--- a/tests/unit_tests/checkpoints.cpp
+++ b/tests/unit_tests/checkpoints.cpp
@@ -35,7 +35,7 @@
using namespace cryptonote;
-TEST(checkpoints_is_alternative_block_allowed, handles_empty_checkpoins)
+TEST(checkpoints_is_alternative_block_allowed, handles_empty_checkpoints)
{
checkpoints cp;