Files
basics/system/system_test.go
spiritlhl 52bb9b9db6 update
2024-05-04 08:17:38 +00:00

10 lines
97 B
Go

package system
import (
"testing"
)
func TestGetSystemInfo(t *testing.T) {
GetSystemInfo()
}