ppanel-server/pkg/threading/routines_test.go
2025-09-27 10:17:16 +08:00

12 lines
151 B
Go

package threading
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestRoutineId(t *testing.T) {
assert.True(t, RoutineId() > 0)
}