Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RequescoS committed Jan 3, 2024
1 parent e15bfb9 commit 4c3c6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nft_ingester/tests/gapfiller_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async fn test_process_asset_details_stream() {
let details2 = create_test_complete_asset_details(second_key.clone());

let mut mock = MockAssetDetailsConsumer::new();
mock.expect_consume_asset_details_stream_in_range()
mock.expect_get_consumable_stream_in_range()
.returning(move |_, _| {
Ok(Box::pin(stream::iter(vec![
Ok(details1.clone()),
Expand Down

0 comments on commit 4c3c6d9

Please sign in to comment.