github.com/bingoohuang/gg@v0.0.0-20240325092523-45da7dee9335/pkg/snow/default_test.go (about)

     1  package snow
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestNext(t *testing.T) {
    10  	that := assert.New(t)
    11  	that.True(Next() > 0)
    12  }