(seq uint64, body []byte)
| 169 | } |
| 170 | |
| 171 | func (m *nodeMock) pushUsage(seq uint64, body []byte) { |
| 172 | m.sendNode(&nodev1.NodeMessage{Event: "usage_push", Seq: seq, Body: body}) |
| 173 | } |
| 174 | |
| 175 | func waitOnline(t *testing.T, hub *Hub, nodeID string) { |
| 176 | t.Helper() |
no test coverage detected