mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-02 20:09:03 +00:00
Fix unit tests
This commit is contained in:
parent
afdb5d4d0b
commit
d3303f4047
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ LWS_CASE("db::storage::*_webhook")
|
|||
EXPECT(outs.size() == 1);
|
||||
EXPECT(spends.size() == 1);
|
||||
|
||||
const auto updated = db.update(last_block.id, chain, {std::addressof(full_account), 1});
|
||||
const auto updated = db.update(last_block.id, chain, {std::addressof(full_account), 1}, nullptr);
|
||||
EXPECT(!updated.has_error());
|
||||
EXPECT(updated->accounts_updated == 1);
|
||||
EXPECT(updated->confirm_pubs.size() == 3);
|
||||
|
|
Loading…
Reference in a new issue