add wanted final test case functions
This commit is contained in:
parent
17dc812749
commit
81d0f5f4a7
7
x/distribution/keeper/allocation_test.go
Normal file
7
x/distribution/keeper/allocation_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package keeper
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestAllocateFees(t *testing.T) {
|
||||
|
||||
}
|
||||
15
x/distribution/keeper/delegation_test.go
Normal file
15
x/distribution/keeper/delegation_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
package keeper
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestWithdrawDelegationReward(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestWithdrawDelegationRewardsAll(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestGetDelegatorRewardsAll(t *testing.T) {
|
||||
|
||||
}
|
||||
7
x/distribution/keeper/validator_test.go
Normal file
7
x/distribution/keeper/validator_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package keeper
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestWithdrawValidatorRewardsAll(t *testing.T) {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user