mirror of
https://github.com/danbulant/cushy
synced 2026-07-06 03:30:38 +00:00
Fixing size_to_fit unit test
Part of the refactor yesterday made Stack's size-to-fit behavior work in both dimensions.
This commit is contained in:
parent
501eecd7a5
commit
32b5e16695
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ mod tests {
|
||||||
ConstraintLimit::ClippedAfter(UPx(10)),
|
ConstraintLimit::ClippedAfter(UPx(10)),
|
||||||
ConstraintLimit::ClippedAfter(UPx(10)),
|
ConstraintLimit::ClippedAfter(UPx(10)),
|
||||||
&[UPx(3), UPx(3), UPx(3)],
|
&[UPx(3), UPx(3), UPx(3)],
|
||||||
UPx(10),
|
UPx(9),
|
||||||
UPx(1),
|
UPx(1),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue