Fix ds provisioning with direct DB connection enabled (#723)
* fix ds provisioning with direct DB connection #711 * fix linter error
This commit is contained in:
@@ -155,7 +155,7 @@ describe('Utils', () => {
|
||||
depth: 2
|
||||
},
|
||||
{
|
||||
array: [ [[1, 2], [3, 4]], [[1, 2], [3, 4]] ],
|
||||
array: [[[1, 2], [3, 4]], [[1, 2], [3, 4]]],
|
||||
depth: 3
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user