diff --git a/packages/components/src/unit-control/test/index.tsx b/packages/components/src/unit-control/test/index.tsx
index 245946612c99c..541a1d5862484 100644
--- a/packages/components/src/unit-control/test/index.tsx
+++ b/packages/components/src/unit-control/test/index.tsx
@@ -132,10 +132,14 @@ describe( 'UnitControl', () => {
} );
it( 'should render label if single units', () => {
- render( );
+ render(
+
+ );
const select = screen.queryByRole( 'combobox' );
- // The unit is not being displayed!
const label = screen.getByText( '%' );
expect( select ).not.toBeInTheDocument();