add wanted final test case functions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package keeper
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestAllocateFees(t *testing.T) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
package keeper
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestWithdrawDelegationReward(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestWithdrawDelegationRewardsAll(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestGetDelegatorRewardsAll(t *testing.T) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package keeper
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestWithdrawValidatorRewardsAll(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user