diff --git a/src/__tests__/Layout-test.c b/src/__tests__/Layout-test.c index 4e7ce09e..d6340b9c 100644 --- a/src/__tests__/Layout-test.c +++ b/src/__tests__/Layout-test.c @@ -3162,7 +3162,7 @@ int main() } } - test("should layout with ne3gative flex", root_node, root_layout); + test("should layout with absolutely position bottom", root_node, root_layout); } { diff --git a/src/__tests__/Layout-test.js b/src/__tests__/Layout-test.js index d40358ae..4dcd29d5 100755 --- a/src/__tests__/Layout-test.js +++ b/src/__tests__/Layout-test.js @@ -945,7 +945,7 @@ describe('Layout', function() { ); }); - it('should layout with ne3gative flex', function() { + it('should layout with absolutely position bottom', function() { testLayout( {style: {}, children: [ {style: {width: 50, height: 100}},