mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add test for user store (#1438)
This commit is contained in:
@@ -99,9 +99,8 @@ var (
|
||||
return
|
||||
}
|
||||
|
||||
st := store.New(db.DBInstance, profile)
|
||||
|
||||
if err := setup.Execute(ctx, st, hostUsername, hostPassword); err != nil {
|
||||
store := store.New(db.DBInstance, profile)
|
||||
if err := setup.Execute(ctx, store, hostUsername, hostPassword); err != nil {
|
||||
fmt.Printf("failed to setup, error: %+v\n", err)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user