Re-generate wrap tests
Summary: Seems someone forgot to run the generation script Reviewed By: astreet Differential Revision: D4627337 fbshipit-source-id: 17dd1e1fed938a049ae820a9a4ac913667073d09
This commit is contained in:
committed by
Facebook Github Bot
parent
b940fadb7e
commit
3790635af1
@@ -1197,7 +1197,7 @@ public class YGFlexWrapTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test_wrapped_row_within_align_items_center2() {
|
||||
public void test_wrapped_row_within_align_items_flex_start() {
|
||||
final YogaNode root = new YogaNode();
|
||||
root.setAlignItems(YogaAlign.FLEX_START);
|
||||
root.setWidth(200f);
|
||||
@@ -1265,7 +1265,7 @@ public class YGFlexWrapTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test_wrapped_row_within_align_items_center3() {
|
||||
public void test_wrapped_row_within_align_items_flex_end() {
|
||||
final YogaNode root = new YogaNode();
|
||||
root.setAlignItems(YogaAlign.FLEX_END);
|
||||
root.setWidth(200f);
|
||||
|
Reference in New Issue
Block a user