8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
dda8c56fc8

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties.js

@@ -9,7 +9,7 @@ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 
 
 import TableEditing from '../src/tableediting';
 import TableEditing from '../src/tableediting';
 import TableCellProperties from '../src/tablecellproperties';
 import TableCellProperties from '../src/tablecellproperties';
-import TableCellPropertiesEditing from '../src/tablecellpropertiesediting';
+import TableCellPropertiesEditing from '../src/tablecellproperties/tablecellpropertiesediting';
 
 
 describe( 'TableCellProperties', () => {
 describe( 'TableCellProperties', () => {
 	let editor, editorElement;
 	let editor, editorElement;

+ 1 - 1
packages/ckeditor5-table/tests/tablecellpropertiesediting.js

@@ -7,7 +7,7 @@ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtest
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 
 
 import TableEditing from '../src/tableediting';
 import TableEditing from '../src/tableediting';
-import TableCellPropertiesEditing from '../src/tablecellpropertiesediting';
+import TableCellPropertiesEditing from '../src/tablecellproperties/tablecellpropertiesediting';
 
 
 import { setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
 import { setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
 import { assertEqualMarkup } from '@ckeditor/ckeditor5-utils/tests/_utils/utils';
 import { assertEqualMarkup } from '@ckeditor/ckeditor5-utils/tests/_utils/utils';

+ 1 - 1
packages/ckeditor5-table/tests/tableproperties.js

@@ -9,7 +9,7 @@ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 
 
 import TableEditing from '../src/tableediting';
 import TableEditing from '../src/tableediting';
 import TableProperties from '../src/tableproperties';
 import TableProperties from '../src/tableproperties';
-import TablePropertiesEditing from '../src/tablepropertiesediting';
+import TablePropertiesEditing from '../src/tableproperties/tablepropertiesediting';
 
 
 describe( 'TableProperties', () => {
 describe( 'TableProperties', () => {
 	let editor, editorElement;
 	let editor, editorElement;