esway/internal/database/db/db_test.go

9 lines
67 B
Go
Raw Normal View History

2024-12-19 15:03:36 +08:00
package db
import (
"testing"
)
func TestOpen(t *testing.T) {
}