Skip to content

Commit

Permalink
test: fix indexermock test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos V <[email protected]>
  • Loading branch information
carlosvdr committed Aug 6, 2024
1 parent 8f2932f commit b9445f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_integration_tests/tests/indexer_mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ where
.request("aggregate_receipts", params)
.await?;
manager
.verify_and_store_rav(rav_request.expected_rav, remote_rav_result.data)
.verify_and_store_rav(rav_request.expected_rav?, remote_rav_result.data)
.await?;

// For these tests, we expect every receipt to be valid, i.e. there should be no invalid receipts, nor any missing receipts (less than the expected threshold).
Expand Down

0 comments on commit b9445f7

Please sign in to comment.