-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(forge): change startPrank to overwrite existing prank instead of…
… erroring (#4826) * init start change prank * testChangePrank * revert startChangePrank and change startPrank to overwrite existing prank instead of erroring as per review suggestion * add tests for prank0 after prank1 and prank1 after prank0 * fmt * add error if prank is not used at least once before overwritten as per suggestion * fmt * unit test for startPrank0 - and startPrank1 - * fix * remove clones by only updating prank after first time applied * fmt * more readable names * chore: fix/add tests, use ensure util * chore: add missing edge case test --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: evalir <hi@enriqueortiz.dev>
- Loading branch information
1 parent
89f430c
commit c1dbafd
Showing
3 changed files
with
203 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters