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

Commit 66c8242

Browse files
committed
Fixed second unit test
1 parent de852d2 commit 66c8242

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
@@ -43,7 +43,7 @@ describe('uiTinymce', function () {
4343
compile();
4444
runs(function () {
4545
expect(tinymce.init).toHaveBeenCalled();
46-
expect(tinymce.init.mostRecentCall.args[0].bar).toEqual('baz');
46+
expect(tinymce.init.mostRecentCall.args[0].tinymce.bar).toEqual('baz');
4747
});
4848
});
4949
});

0 commit comments

Comments
 (0)