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

Commit

Permalink
Tests: Aligned tests to the latest Locale class API (see ckeditor/cke…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Aug 13, 2019
1 parent 0825db9 commit 10421db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/editableui/inline/inlineeditableuiview.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe( 'InlineEditableUIView', () => {
let view, editableElement, editingView, editingViewRoot, locale;

beforeEach( () => {
locale = new Locale( 'en' );
locale = new Locale();
editableElement = document.createElement( 'div' );

editingView = new EditingView();
Expand Down

0 comments on commit 10421db

Please sign in to comment.