Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sitalkedia authored and aptos-bot committed Mar 23, 2022
1 parent b012884 commit 5b31ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/aptosdb/src/pruner/state_store/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ fn test_worker_quit_eagerly() {
);
command_sender
.send(Command::Prune {
target_db_versions: vec![1, 0, 0, 0, 0, 0],
target_db_versions: vec![1, 0, 0, 0, 0],
})
.unwrap();
command_sender
.send(Command::Prune {
target_db_versions: vec![2, 0, 0, 0, 0, 0],
target_db_versions: vec![2, 0, 0, 0, 0],
})
.unwrap();
command_sender.send(Command::Quit).unwrap();
Expand Down

0 comments on commit 5b31ecc

Please sign in to comment.