databag/net/server/internal/ucTopicShare_test.go

15 lines
226 B
Go
Raw Normal View History

2022-02-15 22:30:04 +00:00
package databag
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestTopicShare(t *testing.T) {
// setup testing group
set, err := AddTestGroup("topicshare")
assert.NoError(t, err)
PrintMsg(set)
}