remove some TODO tags

This commit is contained in:
mossid 2018-03-29 20:29:54 +02:00 committed by rigelrozanski
parent 77e73334b7
commit 1c079199e8
1 changed files with 0 additions and 2 deletions

View File

@ -275,7 +275,6 @@ func TestGetValidators(t *testing.T) {
assert.Equal(t, candidates[3].Address, validators[1].Address, "%v", validators)
}
// TODO
// test the mechanism which keeps track of a validator set change
func TestGetAccUpdateValidators(t *testing.T) {
ctx, _, keeper := createTestInput(t, nil, false, 0)
@ -299,7 +298,6 @@ func TestGetAccUpdateValidators(t *testing.T) {
candidates := []Candidate{candidate2, candidate4}
validators := genValidators(candidates)
//TODO
// test from nothing to something
acc := keeper.getAccUpdateValidators(ctx)
assert.Equal(t, 0, len(acc))