Skip to content

Commit

Permalink
Add sqlite cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmmbaga committed Jun 12, 2024
1 parent 14639af commit d85cb7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions management/server/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func NewTestStoreFromJson(dataDir string) (Store, func(), error) {
if err != nil {
return nil, nil, err
}
cleanUp = func() { store.Close() }
}

return store, cleanUp, nil
Expand Down

0 comments on commit d85cb7d

Please sign in to comment.