oktopus/backend/services/stomp/server/client/client_test.go
2023-10-28 16:00:27 -03:00

13 lines
204 B
Go

package client
import (
"gopkg.in/check.v1"
"testing"
)
// Runs all gocheck tests in this package.
// See other *_test.go files for gocheck tests.
func TestClient(t *testing.T) {
check.TestingT(t)
}