mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
Promote the existing test-store and test-DB constructors from *testing.T to testing.TB so the upcoming EffectiveUptime benchmark can share the same fixture path as the existing tests. testing.TB is the shared interface of *testing.T and *testing.B, so every current caller keeps type-checking unchanged. |
||
|---|---|---|
| .. | ||
| sqlc | ||
| interfaces.go | ||
| migrations.go | ||
| migrations_test.go | ||
| postgres.go | ||
| schemas.go | ||
| sql_migrations.go | ||
| sqlite.go | ||