Skip to content

Commit

Permalink
Bypass error
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Apr 20, 2023
1 parent f80df1a commit 8cda431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/githubActions/endToEndTest/executeTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function executePackageInstallAndUpdateTest({
// Remove package, if not found it will throw an error but it's ok
await dappmanagerTestApi
.packageRemove({ dnpName: name })
.catch(e => console.log(e));
.catch(() => console.log("Package already removed"));
await dappmanagerTestApi.packageInstall({
dnpName: name,
version: releaseMultiHash,
Expand Down

0 comments on commit 8cda431

Please sign in to comment.