fix: remaining database qualifiers in tests

This commit is contained in:
2026-05-06 23:14:46 +02:00
parent 7f768080ee
commit 999a7f73c1
3 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ import (
)
type staleCacheQuerier struct {
database.Querier
db.Querier
staleJSON string
}