bbgo_origin/pkg/bbgo/exit_test.go

9 lines
125 B
Go
Raw Normal View History

package bbgo
import "testing"
func TestExitMethod(t *testing.T) {
em := &ExitMethod{}
em.Subscribe(&ExchangeSession{})
}