feat: add dbtest to facility db test (#3768)

This commit is contained in:
Kevin Wan
2023-12-09 22:52:06 +08:00
committed by GitHub
parent 8fd710d5e7
commit 22c98beb24
7 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/DATA-DOG/go-sqlmock"
"github.com/stretchr/testify/assert"
"github.com/zeromicro/go-zero/core/breaker"
"github.com/zeromicro/go-zero/internal/dbtest"
"github.com/zeromicro/go-zero/core/stores/dbtest"
)
const (