mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2565
452d4fae
tests: fix hashchain unit tests (moneromooo-monero)
This commit is contained in:
commit
1c546e0d81
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ TEST(hashchain, trim)
|
|||
ASSERT_EQ(hashchain.size(), 3);
|
||||
ASSERT_EQ(hashchain[2], make_hash(3));
|
||||
hashchain.trim(3);
|
||||
ASSERT_EQ(hashchain.offset(), 3);
|
||||
ASSERT_EQ(hashchain.offset(), 2); // never gets it empty
|
||||
ASSERT_EQ(hashchain.size(), 3);
|
||||
ASSERT_FALSE(hashchain.empty());
|
||||
ASSERT_EQ(hashchain.genesis(), make_hash(1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue