Compare only snapshot's essential state in random collaboration test

This commit is contained in:
Antonio Scandurra 2022-02-16 13:39:55 +01:00
parent 6a07d39d61
commit 3f6feb1c12
2 changed files with 15 additions and 5 deletions

View file

@ -88,7 +88,7 @@ pub struct RemoteWorktree {
pending_updates: VecDeque<proto::UpdateWorktree>,
}
#[derive(Clone, PartialEq, Eq)]
#[derive(Clone)]
pub struct Snapshot {
id: WorktreeId,
root_name: String,
@ -1668,7 +1668,7 @@ impl sum_tree::Summary for EntrySummary {
}
}
#[derive(Clone, Debug, PartialEq, Eq)]
#[derive(Clone, Debug)]
struct PathEntry {
id: usize,
path: Arc<Path>,