diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-13 11:10:33 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-13 11:10:33 +0000 |
commit | 44f1267a39db7db57d99612516bdc080145ebb37 (patch) | |
tree | 9d524fc30b91f46bf7d55396a0b5b31e39262de8 /tests | |
parent | db_lmdb: create all needed directories, not just the leaf one (diff) | |
download | monero-44f1267a39db7db57d99612516bdc080145ebb37.tar.xz |
tests: fix a typo in test name
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/checkpoints.cpp | 2 |
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; |