9 lines
153 B
Go
9 lines
153 B
Go
package repository
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.juancwu.dev/juancwu/budgit/internal/testutil"
|
|
)
|
|
|
|
func TestMain(m *testing.M) { testutil.PostgresMain(m) }
|