Skip to content

Commit c6aabaa

Browse files
committed
chore: improve name tests
1 parent 270bfeb commit c6aabaa

File tree

1 file changed

+2
-2
lines changed
  • batcher/aligned-batcher/src/zk_utils

1 file changed

+2
-2
lines changed

batcher/aligned-batcher/src/zk_utils/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)