✅ Improve test coverage
This commit is contained in:
parent
6f06adc37d
commit
d7de194a90
4 changed files with 75 additions and 0 deletions
1
app.go
1
app.go
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue