Skip to content

Commit

Permalink
Fix typo in test class to use same name as the others
Browse files Browse the repository at this point in the history
Summary:
Fixes a typo in the test class to use the same name as the other tests.
Closes facebook#469

Differential Revision: D4681340

Pulled By: emilsjolander

fbshipit-source-id: a5e60b5e2aa74dc25e677a5579bb853492708c16
  • Loading branch information
woehrl01 authored and facebook-github-bot committed Mar 9, 2017
1 parent 5789876 commit 8dea884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/YGDirtyMarkingTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8dea884

Please sign in to comment.