File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -461,8 +461,8 @@ describe('getDataConnect()', () => {
461461 } ) ;
462462 } ) ;
463463
464- describe ( 'operation ref API' , ( ) => {
465- describe ( 'queryRef ()' , ( ) => {
464+ describe ( 'executeQuery|Mutation API' , ( ) => {
465+ describe ( 'executeQuery ()' , ( ) => {
466466 it ( "should fail when executing a query which doesn't exist" , async ( ) => {
467467 return getDataConnect ( connectorConfig ) . executeQuery (
468468 'DOES_NOT_EXIST!!!' ,
@@ -687,7 +687,7 @@ describe('getDataConnect()', () => {
687687 } ) ;
688688 } ) ;
689689
690- describe ( 'mutationRef ()' , ( ) => {
690+ describe ( 'executeMutation ()' , ( ) => {
691691 function generateEmailId ( ) : string {
692692 return `email_id_${ Math . random ( ) * 1000 } ` ;
693693 }
@@ -1002,4 +1002,4 @@ describe('getDataConnect()', () => {
10021002 } ) ;
10031003 } ) ;
10041004 } ) ;
1005- } ) ;
1005+ } ) ;
You can’t perform that action at this time.
0 commit comments