File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
batcher/aligned-batcher/src/zk_utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ mod test {
274274 }
275275
276276 #[ tokio:: test]
277- async fn test_remove_new_data_from_user_with_disabled_verifier ( ) {
277+ async fn test_remove_new_proofs_from_same_user_with_previous_invalid ( ) {
278278 // Disabling SP1 verifier.
279279 let disabled_verifiers = Mutex :: new ( U256 :: from ( 8 ) ) ;
280280 let mut batch_queue = BatchQueue :: new ( ) ;
@@ -316,7 +316,7 @@ mod test {
316316 }
317317
318318 #[ tokio:: test]
319- async fn test_keep_old_proofs_for_user_with_new_invalid ( ) {
319+ async fn test_keep_correct_proofs_previous_to_the_invalid ( ) {
320320 // Disabling SP1 verifier.
321321 let disabled_verifiers = Mutex :: new ( U256 :: from ( 8 ) ) ;
322322 let mut batch_queue = BatchQueue :: new ( ) ;
You can’t perform that action at this time.
0 commit comments