Skip to content

Commit bf3800c

Browse files
committed
fix integration tests
1 parent 88ca9fb commit bf3800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/data-connect.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('getDataConnect()', () => {
9999
user_upsert(data: { uid: $id, address: "32 St.", name: "Fred" }) }`;
100100

101101
describe('executeGraphql()', () => {
102-
it.only('executeGraphql() successfully executes a GraphQL mutation', async () => {
102+
it('executeGraphql() successfully executes a GraphQL mutation', async () => {
103103
const resp = await getDataConnect(connectorConfig).executeGraphql<UserUpdateResponse, unknown>(
104104
upsertUser, { variables: { id: userId } }
105105
);

0 commit comments

Comments
 (0)