Skip to content

Commit

Permalink
Update another test
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Aug 15, 2024
1 parent 17ac050 commit 93455f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/layouts/test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe( 'getBlockGapCSS', () => {
} );

it( 'should treat a blockGap string containing 0 as a valid value', () => {
const expected = '.editor-styles-wrapper .my-container { gap: 0; }';
const expected = '.my-container { gap: 0; }';

const result = getBlockGapCSS(
'.my-container',
Expand Down

0 comments on commit 93455f8

Please sign in to comment.