Skip to content

Commit

Permalink
update zititest
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Sep 4, 2024
1 parent 8fb492b commit f7ed367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zititest/zitilab/models/db_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (self *ZitiDbBuilder) Build(m *model.Model) error {
}
}()

self.stores, err = db.InitStores(self.zitiDb, command.NoOpRateLimiter{})
self.stores, err = db.InitStores(self.zitiDb, command.NoOpRateLimiter{}, nil)
if err != nil {
return errors.Wrapf(err, "unable to init fabric stores using db [%v]", dbFile)
}
Expand Down

0 comments on commit f7ed367

Please sign in to comment.