Skip to content

Commit b9445f7

Browse files
committed
test: fix indexermock test
Signed-off-by: Carlos V <[email protected]>
1 parent 8f2932f commit b9445f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_integration_tests/tests/indexer_mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ where
201201
.request("aggregate_receipts", params)
202202
.await?;
203203
manager
204-
.verify_and_store_rav(rav_request.expected_rav, remote_rav_result.data)
204+
.verify_and_store_rav(rav_request.expected_rav?, remote_rav_result.data)
205205
.await?;
206206

207207
// 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).

0 commit comments

Comments
 (0)