Skip to content

Commit

Permalink
Test: Fix test description in serializer test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Aug 13, 2018
1 parent e32503e commit 3141227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/element/src/test/serialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ describe( 'renderElement()', () => {
expect( result ).toBe( '1st provided|2nd provided|default' );
} );

it( 'renders proper value through Context API when nested providers', () => {
it( 'renders proper value through Context API when nested providers present', () => {
const { Consumer, Provider } = createContext( {
value: 'default',
} );
Expand Down

0 comments on commit 3141227

Please sign in to comment.