Fix Yoga test

Summary: Changelog: [Internal][Yoga] Fixed unit test for default yoga style property

Reviewed By: pasqualeanatriello

Differential Revision: D26664040

fbshipit-source-id: 9c0af4e846ead3d90c75753e836570ccac760178
This commit is contained in:
Sidharth Guglani
2021-02-25 06:34:24 -08:00
committed by Facebook GitHub Bot
parent de36e85004
commit 36e70c9ca0

View File

@@ -191,7 +191,7 @@ public class YogaNodeStylePropertiesTest {
public void testPositionTypeDefault() {
final YogaNode node = createNode();
assertEquals(YogaPositionType.RELATIVE, node.getPositionType());
assertEquals(YogaPositionType.STATIC, node.getPositionType());
}
@Test