github.com/moontrade/nogc@v0.1.7/collections/robinhood/robinhood_test.go (about)

     1  package robinhood
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestNew(t *testing.T) {
     8  	New()
     9  }