This commit is contained in:
Aleksandr Statciuk 2022-01-10 15:19:20 +03:00
parent faef50215e
commit 02ea13a516
2 changed files with 2 additions and 2 deletions

View file

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