Skip to content

Commit 2578c3e

Browse files
committed
address test comments
1 parent a84c639 commit 2578c3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/integration/data-connect.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
});

0 commit comments

Comments
 (0)