hi-server/pkg/threading/routines_test.go
2025-10-10 07:13:36 -07: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)
}