adjustments after rebase

This commit is contained in:
Ian Norden
2019-12-02 13:24:58 -06:00
parent 8fe273fb7b
commit b789ab69e6
11 changed files with 798 additions and 8 deletions
-4
View File
@@ -187,7 +187,3 @@ func (client *MockRPCClient) AssertBatchCalledWith(method string, lengthOfBatch
}
Expect(client.passedMethod).To(Equal(method))
}
func (client *MockRpcClient) Subscribe(namespace string, payloadChan interface{}, args ...interface{}) (*rpc.ClientSubscription, error) {
panic("implement me")
}