Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fixed invalid test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Apr 5, 2018
1 parent 8ec1c9c commit 35e6fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model/differ.js
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ describe( 'Differ', () => {

// #1392.
it( 'remove is correctly transformed by multiple affecting changes', () => {
root._appendChildren( new Element( 'paragraph', null, new Text( 'xyz' ) ) );
root._appendChild( new Element( 'paragraph', null, new Text( 'xyz' ) ) );

model.change( () => {
rename( root.getChild( 1 ), 'heading' );
Expand Down

0 comments on commit 35e6fd7

Please sign in to comment.