3
0
Files
corteza/messaging/app_test.go
2020-01-18 07:05:10 +01:00

12 lines
161 B
Go

package messaging
import (
"testing"
"github.com/cortezaproject/corteza-server/pkg/app"
)
func TestConfigure(t *testing.T) {
var _ app.Runnable = &App{}
}