Skip to content

Commit 3df27ec

Browse files
fix CI
1 parent b5039d3 commit 3df27ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spell/spell-reviewer-mainnet-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
* [ ] Ensure that any other env variable does not affect execution of the tests (for example, by inspecting the output of `printenv | grep "FOUNDRY_\|DAPP_"`)
317317
* Testing of modules initialised via the spell
318318
* [ ] Sanity checks of the constructor arguments
319-
* [ ] Sanity checks of all values added/updated by the spell/init function
319+
* [ ] Sanity checks of all values added/updated by the spell function
320320
* [ ] End-to-end "happy path" interaction with the module
321321
* [ ] Check all tests are passing locally using `make test`
322322
* [ ] Ensure every test listed in the _coverage_ item above is present in the logs and with the `[PASS]` prefix.

0 commit comments

Comments
 (0)