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

Commit

Permalink
Made suere that the test will be understandable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jul 25, 2017
1 parent 00a3da0 commit 0996409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/model/documentselection.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ describe( 'DocumentSelection', () => {
)
) );

// Now it's clear that it's the default range.
expect( selection.getFirstPosition().path ).to.deep.equal( [ 0, 0 ] );
} );
} );
Expand Down

0 comments on commit 0996409

Please sign in to comment.