Fix typo in test class to use same name as the others
Summary: Fixes a typo in the test class to use the same name as the other tests. Closes https://github.com/facebook/yoga/pull/469 Differential Revision: D4681340 Pulled By: emilsjolander fbshipit-source-id: a5e60b5e2aa74dc25e677a5579bb853492708c16
This commit is contained in:
committed by
Facebook Github Bot
parent
57898762a2
commit
8dea884a69
@@ -70,7 +70,7 @@ TEST(YogaTest, dirty_propagation_only_if_prop_changed) {
|
||||
YGNodeFreeRecursive(root);
|
||||
}
|
||||
|
||||
TEST(Yogatest, dirty_mark_all_children_as_dirty_when_display_changes){
|
||||
TEST(YogaTest, dirty_mark_all_children_as_dirty_when_display_changes){
|
||||
const YGNodeRef root = YGNodeNew();
|
||||
YGNodeStyleSetFlexDirection(root, YGFlexDirectionRow);
|
||||
YGNodeStyleSetHeight(root, 100);
|
||||
|
Reference in New Issue
Block a user