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:
Alexander Zobnin
2019-04-19 12:56:51 +03:00
committed by GitHub
parent e4bbecb18b
commit 869634ef62
4 changed files with 25 additions and 5 deletions

View File

@@ -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
},
];