rename function

This commit is contained in:
Jonathan Gimeno
2020-02-20 17:30:45 +01:00
parent 29987a095b
commit 06c144805d
+1 -1
View File
@@ -205,7 +205,7 @@ func TestQueryValidators(t *testing.T) {
}
}
func TestQueryDelegations(t *testing.T) {
func TestQueryDelegation(t *testing.T) {
cdc := codec.New()
app := simapp.Setup(false)
ctx := app.BaseApp.NewContext(false, abci.Header{})