Skip to content

Commit 5e2b786

Browse files
fix(gix-diff): adapt to changes in gix-object
1 parent 655b615 commit 5e2b786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gix-diff/src/tree/visit.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ mod tests {
161161
fn size_of_change() {
162162
let actual = std::mem::size_of::<Change>();
163163
assert!(
164-
actual <= 48,
165-
"{actual} <= 48: this type shouldn't grow without us knowing"
164+
actual <= 60,
165+
"{actual} <= 60: this type shouldn't grow without us knowing"
166166
);
167167
}
168168
}

0 commit comments

Comments
 (0)