package gomore import "testing" func TestMessageSubAndPub(t *testing.T) { topic := Topic{} topic.Subscribe(123) }