fixes for issues uncovered in integration

This commit is contained in:
Ian Norden
2019-12-02 13:24:51 -06:00
parent b83c0371d9
commit 34393ffb3f
290 changed files with 108690 additions and 893 deletions
+1 -1
View File
@@ -188,6 +188,6 @@ 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) {
func (client *MockRpcClient) Subscribe(namespace string, payloadChan interface{}, subName string, args ...interface{}) (*rpc.ClientSubscription, error) {
panic("implement me")
}