move to micro v4
Some checks failed
test / test (push) Has been cancelled

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-04 23:55:16 +03:00
parent 03713a136f
commit 0113cab8f2
5 changed files with 46 additions and 26 deletions

View File

@@ -4,19 +4,9 @@ import (
"bytes"
"testing"
"go.unistack.org/micro/v3/broker"
"go.unistack.org/micro/v3/codec"
"go.unistack.org/micro/v4/codec"
)
func TestRawMessage(t *testing.T) {
b := &broker.Message{}
buf, err := NewCodec().Marshal(b)
if err != nil {
panic(err)
}
_ = buf
}
func TestFrame(t *testing.T) {
s := &codec.Frame{Data: []byte("test")}