MCPcopy Create free account
hub / github.com/CPChain/chain / TestStatusMsgErrorsCpc1

Function TestStatusMsgErrorsCpc1

protocols/cpc/protocol_test.go:24–24  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

22var testAccount, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291")
23
24func TestStatusMsgErrorsCpc1(t *testing.T) { testStatusMsgErrors(t, 1) }
25
26func testStatusMsgErrors(t *testing.T, protocol int) {
27 pm, _ := newTestProtocolManagerMust(t, 0, nil, nil)

Callers

nothing calls this directly

Calls 1

testStatusMsgErrorsFunction · 0.85

Tested by

no test coverage detected