rename Storage struct to SQLiteStorage

This commit is contained in:
nkanaev
2026-06-07 23:17:07 +01:00
parent 76adcf0d62
commit dc836ed4fd
8 changed files with 29 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ import (
"testing"
)
func testDB() *Storage {
func testDB() *SQLiteStorage {
log.SetOutput(io.Discard)
db, err := New(":memory:")
if err != nil {