Skip to content

Commit fac6e75

Browse files
chore: readme updated with specific details
1 parent 301ebce commit fac6e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbquery/custom-query/tests/Test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe(testDescription, function () {
2121
operationName: "Customers",
2222
variables: {},
2323
expected: {
24-
getAllCustomers: [
24+
customers: [
2525
{ id: "1", name: "Lucas Bill ", email: "[email protected] " },
2626
{ id: "2", name: "Mandy Jones ", email: "[email protected] " },
2727
{ id: "3", name: "Salim Ali ", email: "[email protected] " },
@@ -43,7 +43,7 @@ describe(testDescription, function () {
4343
id: 1
4444
},
4545
expected: {
46-
getCustomerById: {
46+
customer: {
4747
id: "1",
4848
name: "Lucas Bill ",
4949

0 commit comments

Comments
 (0)