10 lines
135 B
Go
10 lines
135 B
Go
package ipb
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestWipeWarn(t *testing.T) {
|
|
t.Log(MakeMsg("serviceName", 1, 2, 3, []byte("hello world")))
|
|
}
|