From 5a057fab90393cfe2388e1493ebead5910614bf3 Mon Sep 17 00:00:00 2001 From: Nathan Young <1447339+nathanyoung@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:26:15 -0800 Subject: [PATCH] Update Box.test.jsx --- src/components/Box/Box.test.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Box/Box.test.jsx b/src/components/Box/Box.test.jsx index 5fc0951c5..94bf41854 100644 --- a/src/components/Box/Box.test.jsx +++ b/src/components/Box/Box.test.jsx @@ -64,7 +64,7 @@ describe('Box', () => { }); }); - test('childGap margin classes are applied for horizontal layout', () => { + test('childGap margin classes are applied for column layout', () => { [...SPACING_OPTIONS].forEach((value, optionIndex) => { const { container } = render( @@ -84,7 +84,7 @@ describe('Box', () => { }); }); - test('childGap margin classes are applied for vertical layout', () => { + test('childGap margin classes are applied for row layout', () => { [...SPACING_OPTIONS].forEach((value, optionIndex) => { const { container } = render(