From 30e1b70ede65bfcfce96bdd5120ebe35320f1095 Mon Sep 17 00:00:00 2001 From: Julien Vanier Date: Mon, 13 Jan 2025 12:26:11 -0500 Subject: [PATCH] Fix CI --- src/cli/cloud.test.js | 2 +- test/e2e/compile.e2e.js | 2 +- test/e2e/list.e2e.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cli/cloud.test.js b/src/cli/cloud.test.js index 42773972c..67ceff32d 100644 --- a/src/cli/cloud.test.js +++ b/src/cli/cloud.test.js @@ -308,7 +308,7 @@ describe('Cloud Command-Line Interface', () => { ' particle cloud compile photon Compile the source code in the current directory in the cloud for a `photon`', ' particle cloud compile electron project --saveTo electron.bin Compile the source code in the project directory in the cloud for an `electron` and save it to a file named `electron.bin`', '', - 'Param deviceType can be: core, c, photon, p, p1, electron, e, argon, a, boron, b, xenon, x, esomx, bsom, b5som, tracker, assettracker, trackerm, p2, photon2, msom, muon', + 'Param deviceType can be: core, c, photon, p, p1, electron, e, argon, a, boron, b, xenon, x, esomx, bsom, b5som, tracker, assettracker, trackerm, p2, photon2, msom, muon, electron2', '' ].join('\n')); }); diff --git a/test/e2e/compile.e2e.js b/test/e2e/compile.e2e.js index d1cc963e8..c55eef41d 100644 --- a/test/e2e/compile.e2e.js +++ b/test/e2e/compile.e2e.js @@ -31,7 +31,7 @@ describe('Compile Commands', () => { ' particle compile photon Compile the source code in the current directory in the cloud for a `photon`', ' particle compile electron project --saveTo electron.bin Compile the source code in the project directory in the cloud for an `electron` and save it to a file named `electron.bin`', '', - 'Param deviceType can be: core, c, photon, p, p1, electron, e, argon, a, boron, b, xenon, x, esomx, bsom, b5som, tracker, assettracker, trackerm, p2, photon2, msom, muon', + 'Param deviceType can be: core, c, photon, p, p1, electron, e, argon, a, boron, b, xenon, x, esomx, bsom, b5som, tracker, assettracker, trackerm, p2, photon2, msom, muon, electron2', ]; beforeEach(async () => { diff --git a/test/e2e/list.e2e.js b/test/e2e/list.e2e.js index c5fee8224..8cfbb8a6a 100644 --- a/test/e2e/list.e2e.js +++ b/test/e2e/list.e2e.js @@ -17,7 +17,7 @@ describe('List Commands', () => { ' -v, --verbose Increases how much logging to display [count]', ' -q, --quiet Decreases how much logging to display [count]', '', - 'Param filter can be: online, offline, a platform name (core, photon, p1, electron, argon, boron, xenon, esomx, bsom, b5som, tracker, trackerm, p2, msom), a device ID or name' + 'Param filter can be: online, offline, a platform name (core, photon, p1, electron, argon, boron, xenon, esomx, bsom, b5som, tracker, trackerm, p2, msom, electron2), a device ID or name' ]; before(async () => {