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:
Jonathan Johnson 2023-11-03 07:21:17 -07:00
parent 501eecd7a5
commit 32b5e16695
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -587,7 +587,7 @@ mod tests {
ConstraintLimit::ClippedAfter(UPx(10)),
ConstraintLimit::ClippedAfter(UPx(10)),
&[UPx(3), UPx(3), UPx(3)],
UPx(10),
UPx(9),
UPx(1),
);
}