Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 2b3554d

Browse files
committed
Fix test
1 parent 0538d58 commit 2b3554d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tinymce.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('uiTinymce', function () {
6666

6767
scope.$destroy();
6868

69-
expect(tinymce.get('foo')).toBeUndefined();
69+
expect(tinymce.get('foo')).toBeNull();
7070

7171
done();
7272
});

0 commit comments

Comments
 (0)