mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-16 13:05:05 +00:00
rename Storage struct to SQLiteStorage
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func testDB() *Storage {
|
||||
func testDB() *SQLiteStorage {
|
||||
log.SetOutput(io.Discard)
|
||||
db, err := New(":memory:")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user