uauth/internal/store/db/db_test.go

10 lines
68 B
Go
Raw Permalink Normal View History

2024-10-23 17:46:15 +08:00
package db
import (
"testing"
)
func TestOpen(t *testing.T) {
}