Improve test coverage

This commit is contained in:
Dan Jones 2025-01-27 11:41:32 -06:00
commit d7de194a90
4 changed files with 75 additions and 0 deletions

1
app.go
View file

@ -33,6 +33,7 @@ func NewApp(ver string, conf config.Config, db store.Store) (*App, error) {
app := App{
version: ver,
conf: conf,
storage: db,
}
selfIRI := boxap.DefaultServiceIRI(conf.BaseURL())