uauth/internal/store/db/db_test.go
2024-10-29 16:17:07 +08:00

10 lines
68 B
Go

package db
import (
"testing"
)
func TestOpen(t *testing.T) {
}