Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnerd committed Mar 31, 2024
1 parent afdb5d4 commit d3303f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/db/webhook.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d3303f4

Please sign in to comment.