aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/utils.go')
-rw-r--r--integration_test/utils.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration_test/utils.go b/integration_test/utils.go
index 57bb2bc..c526bc2 100644
--- a/integration_test/utils.go
+++ b/integration_test/utils.go
@@ -31,7 +31,7 @@ func PrepareValidators(
if err != nil {
return
}
- for vID := range gov.GetValidatorSet() {
+ for vID := range gov.GetNotarySet() {
apps[vID] = test.NewApp()
if db, err = blockdb.NewMemBackedBlockDB(); err != nil {
@@ -39,7 +39,7 @@ func PrepareValidators(
}
dbs[vID] = db
}
- for vID := range gov.GetValidatorSet() {
+ for vID := range gov.GetNotarySet() {
if key, err = gov.GetPrivateKey(vID); err != nil {
return
}