Files

12 lines
118 B
Go
Raw Permalink Normal View History

2026-02-17 13:06:23 +08:00
package ccdata
import (
"testing"
)
func TestInitSaeInfo(t *testing.T) {
// Set up initial data
initSaeInfo()
}