Skip to content

Commit

Permalink
chore: remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Jan 9, 2025
1 parent 2143446 commit 514c664
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/lakefs/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,10 @@ mod tests {
.before_post_commit_hook(&invalid_default_store, false, operation_id)
.await;
assert!(result.is_ok());
assert_eq!(result.unwrap(), ());

let result = handler
.after_post_commit_hook(&invalid_default_store, false, operation_id)
.await;
assert!(result.is_ok());
assert_eq!(result.unwrap(), ());
}
}

0 comments on commit 514c664

Please sign in to comment.