add wanted final test case functions

This commit is contained in:
rigelrozanski 2018-10-04 21:37:40 -04:00
parent 17dc812749
commit 81d0f5f4a7
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package keeper
import "testing"
func TestAllocateFees(t *testing.T) {
}

View File

@ -0,0 +1,15 @@
package keeper
import "testing"
func TestWithdrawDelegationReward(t *testing.T) {
}
func TestWithdrawDelegationRewardsAll(t *testing.T) {
}
func TestGetDelegatorRewardsAll(t *testing.T) {
}

View File

@ -0,0 +1,7 @@
package keeper
import "testing"
func TestWithdrawValidatorRewardsAll(t *testing.T) {
}