From 305cce794ab80e905a7b0009fc15acdda082e6b0 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 Jan 2022 02:40:59 +0300 Subject: [PATCH] Update create-matrix.test.js --- tests/commands/create-matrix.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/create-matrix.test.js b/tests/commands/create-matrix.test.js index c30f39ca..f06ae06d 100644 --- a/tests/commands/create-matrix.test.js +++ b/tests/commands/create-matrix.test.js @@ -21,5 +21,5 @@ it('can create valid matrix', () => { } ) - expect(result).toBe('::set-output name=matrix::{"cluster_id":[1,84,120]}\n') + expect(result).toBe('::set-output name=matrix::{"cluster_id":[1,4,84,120]}\n') })