-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update branch in collectFees (#1118)
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 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
8 changes: 4 additions & 4 deletions
8
tests/integration/concrete/lockup-base/collect-fees/collectFees.tree
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,12 +1,12 @@ | ||
CollectFees_Integration_Concrete_Test | ||
├── when admin is not contract | ||
├── given admin is not contract | ||
│ ├── it should transfer fee | ||
│ ├── it should decrease contract balance to zero | ||
│ └── it should emit a {CollectFees} event | ||
└── when admin is contract | ||
├── when admin does not implement receive function | ||
└── given admin is contract | ||
├── given admin does not implement receive function | ||
│ └── it should revert | ||
└── when admin implements receive function | ||
└── given admin implements receive function | ||
├── it should transfer fee | ||
├── it should decrease contract balance to zero | ||
└── it should emit a {CollectFees} event |
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