From 07c5d86e4f91604944f8818a78998bb7cd3b961f Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Wed, 27 Dec 2023 00:19:03 +0200 Subject: [PATCH] Update pipelines.test.js --- tests/pipelines.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pipelines.test.js b/tests/pipelines.test.js index 75f1d52..9c9900c 100644 --- a/tests/pipelines.test.js +++ b/tests/pipelines.test.js @@ -1208,6 +1208,7 @@ describe('Pipelines', () => { let expected = [ { label: 'Background' }, { label: 'Hair' }, + { label: 'Upper-clothes' }, { label: 'Pants' }, { label: 'Left-shoe' }, { label: 'Right-shoe' },