This commit is contained in:
Aleksandr Statciuk 2022-01-10 15:00:35 +03:00
parent b9ab8ee78e
commit ba6036dd7d
18 changed files with 105 additions and 740 deletions

View file

@ -22,5 +22,5 @@ it('can load cluster', () => {
const lines = output.split('\n')
const parsed = JSON.parse(lines[0])
expect(parsed._id).toBe('K1kaxwsWVjsRIZL6')
expect(parsed._id).toBe('1XzrxNkSF2AQNBrT')
})