switch to pretty_assertions, makes it much easier to tell what blew up

This commit is contained in:
Sebastian Kuzminsky 2025-07-23 15:26:42 -06:00
parent 6b27a560e3
commit e1287514f6
5 changed files with 7 additions and 0 deletions

View file

@ -502,6 +502,7 @@ fn create_orphan_branch_at_path(
#[cfg(test)]
mod tests {
use super::*;
use pretty_assertions::assert_eq;
#[test]
fn test_worktree() {