Update matrix.test.js

This commit is contained in:
Aleksandr Statciuk 2023-01-22 16:40:19 +03:00
parent 6d769d8623
commit c347fcdb75

View file

@ -16,6 +16,6 @@ it('can create valid matrix', () => {
encoding: 'utf8' encoding: 'utf8'
}) })
expect(result).toBe( expect(result).toBe(
'\n> db:matrix\n> node scripts/commands/database/matrix.js\n\n::set-output name=matrix::{"cluster_id":[1,3]}\n' '\n> db:matrix\n> node scripts/commands/database/matrix.js\n\nMATRIX={"cluster_id":[1,3]}\n'
) )
}) })