You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}),6 => using assert_confirmed_expiration_status;"preloaded predicate with scanning status should get scanned until completion")]
911
911
#[test_case(Streaming(StreamingData{
912
912
number_of_blocks_evaluated:4,
913
913
number_of_times_triggered:0,
914
-
last_occurrence:0,
915
-
last_evaluation:0,
914
+
last_occurrence:format!("0"),
915
+
last_evaluation:format!("0"),
916
916
last_evaluated_block_height:4
917
917
}),6 => using assert_confirmed_expiration_status;"preloaded predicate with streaming status and last evaluated height below tip should get scanned until completion")]
918
918
#[test_case(Streaming(StreamingData{
919
919
number_of_blocks_evaluated:5,
920
920
number_of_times_triggered:0,
921
-
last_occurrence:0,
922
-
last_evaluation:0,
921
+
last_occurrence:format!("0"),
922
+
last_evaluation:format!("0"),
923
923
last_evaluated_block_height:5
924
924
}),5 => using assert_streaming_status;"preloaded predicate with streaming status and last evaluated height at tip should be streamed")]
0 commit comments