File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ describe('plugins', function () {
4343 beforeEach ( initalizeHelper ( { plugins : [ ngGridWYSIWYGPlugin ] } ) ) ;
4444
4545 it ( 'should work if the plugin being passed in is a function literal' , function ( ) {
46- testData ( scope . gridOptions . plugins [ 'ngGridWYSIWYGPlugin' ] . export ( ) ) ;
46+ testData ( scope . gridOptions . plugins [ 'ngGridWYSIWYGPlugin' ] . exportData ( ) ) ;
4747 } ) ;
4848 } ) ;
4949
5050 describe ( 'instance' , function ( ) {
5151 beforeEach ( initalizeHelper ( { plugins : [ new ngGridWYSIWYGPlugin ( ) ] } ) ) ;
5252
5353 it ( 'should work if the plugin being passed in is an instance' , function ( ) {
54- testData ( scope . gridOptions . plugins [ 'ngGridWYSIWYGPlugin' ] . export ( ) ) ;
54+ testData ( scope . gridOptions . plugins [ 'ngGridWYSIWYGPlugin' ] . exportData ( ) ) ;
5555 } ) ;
5656 } ) ;
5757 } ) ;
You can’t perform that action at this time.
0 commit comments