Call upload status tests
Fix metadata status not returning correct reference string Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
@@ -23,8 +23,9 @@ func TestContent(t *testing.T) {
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
cs = NewContentStore(db, cs)
|
||||
|
||||
return cs, func() {}, nil
|
||||
return NewContentStore(db, cs), func() {
|
||||
db.Close()
|
||||
}, nil
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user