Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 6, 2018
1 parent d23c6d9 commit e60a394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/store/test/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ describe( 'state', () => {
expect( state.past ).toHaveLength( 2 );
} );

it( 'should not overwrite present history if updating same attributes', () => {
it( 'should not overwrite present history if updating different attributes', () => {
let state;

state = editor( state, {
Expand Down

0 comments on commit e60a394

Please sign in to comment.