Skip to content

Commit

Permalink
Update SizeTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jezreelbarbosa authored Nov 6, 2024
1 parent b59e56f commit 04b1d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SteviaTests/SizeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04b1d3c

Please sign in to comment.