Initial commit: crypto.go and protocol.go implementation + unit tests
This commit is contained in:
14
ownwire_sdk_suite_test.go
Normal file
14
ownwire_sdk_suite_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package ownwire_sdk_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestOwnwireSdk(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Ownwire SDK Suite")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user