(t *testing.T)
| 52 | } |
| 53 | |
| 54 | func TestSmartPoolReturnAWorkToMiner(t *testing.T) { |
| 55 | sp := newTestSmartPool() |
| 56 | sp.GetWork() |
| 57 | } |
| 58 | |
| 59 | func TestSmartPoolAcceptSolution(t *testing.T) { |
| 60 | sp := newTestSmartPool() |
nothing calls this directly
no test coverage detected