Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
truffle: fix help preserve
Browse files Browse the repository at this point in the history
- `help preserve` no longer asserts for defaultPlugins.
  • Loading branch information
cds-amal committed May 26, 2022
1 parent eac74f5 commit ddb7afb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/truffle/test/scenarios/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ describe("truffle help [ @standalone ]", function () {
)
);
assert(output.includes("--environment"));
assert(output.includes("--ipfs"));
});
});
});

0 comments on commit ddb7afb

Please sign in to comment.