mirror of
https://github.com/iptv-org/iptv.git
synced 2024-12-27 10:07:10 +00:00
Update matrix.test.js
This commit is contained in:
parent
6d769d8623
commit
c347fcdb75
|
@ -16,6 +16,6 @@ it('can create valid matrix', () => {
|
|||
encoding: 'utf8'
|
||||
})
|
||||
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'
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue