Skip to content

Commit

Permalink
use IF statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Nov 27, 2024
1 parent 3df27ec commit 5a5ca34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spell/spell-crafter-mainnet-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Repo: https://github.com/makerdao/spells-mainnet
* [ ] Ensure good coverage (every spell action is tested)
* [ ] Ensure every test function is declared as `public`
* [ ] IF the test needs to run, it MUST NOT have the `skipped` modifier; OTHERWISE, it MUST have the `skipped` modifier
* Testing of modules initialised via the spell
* IF a new module is initialized via the spell, the tests must include
* [ ] Sanity checks of the constructor arguments
* [ ] Sanity checks of all values added/updated by the spell function
* [ ] End-to-end "happy path" interaction with the module
Expand Down
2 changes: 1 addition & 1 deletion spell/spell-reviewer-mainnet-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
* [ ] Ensure each spell action has sufficient test coverage
_List actions for which coverage was checked here_
* [ ] Ensure that any other env variable does not affect execution of the tests (for example, by inspecting the output of `printenv | grep "FOUNDRY_\|DAPP_"`)
* Testing of modules initialised via the spell
* IF a new module is initialized via the spell, the tests must include
* [ ] Sanity checks of the constructor arguments
* [ ] Sanity checks of all values added/updated by the spell function
* [ ] End-to-end "happy path" interaction with the module
Expand Down

0 comments on commit 5a5ca34

Please sign in to comment.