Skip to content

Commit 8f8b2c7

Browse files
Viktor ShaninSAMIBETTAYEB
Viktor Shanin
authored andcommitted
Extends test structure to cover fix
Signed-off-by: SAMI BETTAYEB <[email protected]>
1 parent 9fb6c85 commit 8f8b2c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/postgresql.autoupdate.test.js

+8
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,10 @@ describe('autoupdate', function() {
512512
'length': 20,
513513
'id': 1,
514514
},
515+
'subid': {
516+
'type': 'int',
517+
'id': 1,
518+
},
515519
'customerId': {
516520
'type': 'String',
517521
'length': 20,
@@ -600,6 +604,10 @@ describe('autoupdate', function() {
600604
'length': 20,
601605
'id': 1,
602606
},
607+
'subid': {
608+
'type': 'int',
609+
'id': 1,
610+
},
603611
'customerId': {
604612
'type': 'String',
605613
'length': 20,

0 commit comments

Comments
 (0)