Browse Source

Tests: Aligned tests to the latest Locale class API (see ckeditor/ckeditor5#1151).

Aleksander Nowodzinski 6 years ago
parent
commit
313d45496b

+ 1 - 1
packages/ckeditor5-ui/tests/editableui/inline/inlineeditableuiview.js

@@ -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();