diff --git a/Tests/SteviaTests/SizeTests.swift b/Tests/SteviaTests/SizeTests.swift index fe83fcc..6d6103e 100644 --- a/Tests/SteviaTests/SizeTests.swift +++ b/Tests/SteviaTests/SizeTests.swift @@ -51,7 +51,7 @@ import Stevia #expect(v.frame.origin.y == 0) #expect(v.frame.origin.x == 0) #expect(v.frame.width == 150) - #expect(v.frame.height == 100) + #expect(v.frame.height == 50) } @Test