Skip to content

Commit 8accefb

Browse files
committed
INT-3351: Fix failing test
1 parent bec0e8c commit 8accefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinymce-angular-component/src/test/ts/browser/LoadTinyTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('LoadTinyTest', () => {
1616
Assertions.assertEq(`Loaded version of TinyMCE should be ${version}`, version, Global.tinymce.majorVersion);
1717
};
1818

19-
for (const version of [ '4', '5', '6', '7', '8' ] as Version[]) {
19+
for (const version of [ '4', '5', '6', '7' ] as Version[]) {
2020
context(`With local version ${version}`, () => {
2121
const createFixture = editorHook(EditorComponent, {
2222
providers: [

0 commit comments

Comments
 (0)