擦除ide警告
This commit is contained in:
parent
09d742e740
commit
197fb1dbaa
9
ipb/helper_test.go
Normal file
9
ipb/helper_test.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package ipb
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestWipeWarn(t *testing.T) {
|
||||||
|
t.Log(MakeMsg("serviceName", 1, 2, 3, []byte("hello world")))
|
||||||
|
}
|
@ -64,3 +64,8 @@ func TestService(t *testing.T) {
|
|||||||
s.WaitStop()
|
s.WaitStop()
|
||||||
log.Debug("exit")
|
log.Debug("exit")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestWipeWarn(t *testing.T) {
|
||||||
|
_ = TopicEx(TestSrv)
|
||||||
|
_ = RpcTopicEx(TestSrv)
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user