unit tests are done

This commit is contained in:
Andrew Jackson (Ajax) 2023-10-26 22:16:33 -05:00
parent c459c63b1d
commit 2b8d35cbd4

View File

@ -254,11 +254,3 @@ func TestTaskRetry(t *testing.T) {
{2, false, "error: intentional 'error'"}}, res)
})
}
/*
FUTURE test fast-pass round-robin via http calls (3party) once the API for that is set
It's necessary for WinningPoSt.
FUTURE test follows.
It's necessary for sealing work.
*/