summaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-07 19:55:07 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-07 19:55:07 -0400
commita48bd23b9582a9e401e01bd4e14c3fea1f30ef62 (patch)
tree64b6b6a7baf066de5cdb05e7c2bdc0c91a73d26c /test/support
parentmix format (diff)
make the storage part of the client struct
Diffstat (limited to 'test/support')
-rw-r--r--test/support/dummy_client.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/dummy_client.ex b/test/support/dummy_client.ex
index 30f3a77..1506431 100644
--- a/test/support/dummy_client.ex
+++ b/test/support/dummy_client.ex
@@ -28,7 +28,7 @@ defmodule DummyClient do
def transaction_id(_), do: "txn_id"
- def sync_child_spec(_client_api, _listener, _storage, _opts \\ []) do
+ def sync_child_spec(_client_api, _listener, _opts \\ []) do
%{}
end
end