Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Oct 2, 2023
1 parent 38f7e5b commit b6cd4a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe( 'makeFormDataFromFontFamilies', () => {
fontFamily: 'Bebas',
},
];
expect( JSON.parse( formData.get( 'fontFamilies' ) ) ).toEqual(
expect( JSON.parse( formData.get( 'font_families' ) ) ).toEqual(
expectedFontFamilies
);
} );
Expand Down

0 comments on commit b6cd4a3

Please sign in to comment.