-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove unneeded delegatecall test in cancelMultiple
- Loading branch information
1 parent
1e120e7
commit cfa028a
Showing
2 changed files
with
22 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
cancelMultiple.t.sol | ||
βββ when delegate called | ||
β βββ it should revert | ||
βββ when not delegate called | ||
βββ when the array count is zero | ||
β βββ it should do nothing | ||
βββ when the array count is not zero | ||
βββ given the stream IDs array references only null streams | ||
β βββ it should revert | ||
βββ given the stream IDs array references some null streams | ||
β βββ it should revert | ||
βββ given the stream IDs array references only streams that are not null | ||
βββ when the caller is unauthorized for all streams | ||
β βββ when the caller is a malicious third party | ||
β β βββ it should revert | ||
β βββ when the caller is the recipient | ||
β βββ it should revert | ||
βββ when the caller is unauthorized for some streams | ||
β βββ when the caller is a malicious third party | ||
β β βββ it should revert | ||
β βββ when the caller is the recipient | ||
β βββ it should revert | ||
βββ when the caller is authorized for all streams | ||
βββ it should cancel the streams | ||
βββ it should update the rate per second for each stream | ||
βββ it should emit {CancelOpenEndedStream} events | ||
βββ when the array count is zero | ||
β βββ it should do nothing | ||
βββ when the array count is not zero | ||
βββ given the stream IDs array references only null streams | ||
β βββ it should revert | ||
βββ given the stream IDs array references some null streams | ||
β βββ it should revert | ||
βββ given the stream IDs array references only streams that are not null | ||
βββ when the caller is unauthorized for all streams | ||
β βββ when the caller is a malicious third party | ||
β β βββ it should revert | ||
β βββ when the caller is the recipient | ||
β βββ it should revert | ||
βββ when the caller is unauthorized for some streams | ||
β βββ when the caller is a malicious third party | ||
β β βββ it should revert | ||
β βββ when the caller is the recipient | ||
β βββ it should revert | ||
βββ when the caller is authorized for all streams | ||
βββ it should cancel the streams | ||
βββ it should update the rate per second for each stream | ||
βββ it should emit {CancelOpenEndedStream} events |