Skip to content

Commit 7b72488

Browse files
committed
update relevant test case
1 parent 3612e37 commit 7b72488

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

__tests__/resolvers.test.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ describe("rds resolvers", () => {
242242
"numberOfRecordsUpdated": 0,
243243
"records": [
244244
[
245+
{
246+
"longValue": 12345
247+
},
245248
{
246249
"stringValue": "Mark Twain"
247250
},
@@ -253,6 +256,9 @@ describe("rds resolvers", () => {
253256
}
254257
],
255258
[
259+
{
260+
"longValue": 67890
261+
},
256262
{
257263
"stringValue": "Jack London"
258264
},
@@ -265,6 +271,21 @@ describe("rds resolvers", () => {
265271
]
266272
],
267273
"columnMetadata": [
274+
{
275+
"type": 4,
276+
"typeName": "serial",
277+
"label": "id",
278+
"schemaName": "",
279+
"tableName": "Books",
280+
"isAutoIncrement": true,
281+
"isSigned": true,
282+
"isCurrency": false,
283+
"isCaseSensitive": false,
284+
"nullable": 0,
285+
"precision": 10,
286+
"scale": 0,
287+
"arrayBaseColumnType": 0
288+
},
268289
{
269290
"isSigned": false,
270291
"isCurrency": false,

0 commit comments

Comments
 (0)