Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Jan 10, 2025
1 parent d65762d commit bd57184
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration-tests/tests/fork.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,7 @@ async fn fork_worker_ensures_zero_divergence_until_cut_off(
.get_oplog(&target_worker_id, OplogIndex::from_u64(7))
.await;

assert_eq!(result.len(), 1);

let entry = result.first().unwrap().clone();
let entry = result.last().unwrap().clone();

match entry {
PublicOplogEntry::ExportedFunctionCompleted(parameters) => {
Expand Down

0 comments on commit bd57184

Please sign in to comment.