add callback

This commit is contained in:
Callum Waters
2022-09-22 10:35:19 +02:00
parent 61a4e70365
commit dc0b8923cc
5 changed files with 10 additions and 14 deletions
-6
View File
@@ -156,12 +156,6 @@ func testTxEventsSent(t *testing.T, broadcastMethod string) {
}
}
// Test HTTPClient resubscribes upon disconnect && subscription error.
// Test Local client resubscribes upon subscription error.
func TestClientsResubscribe(t *testing.T) {
// TODO(melekes)
}
func TestHTTPReturnsErrorIfClientIsNotRunning(t *testing.T) {
c := getHTTPClient()