aboutsummaryrefslogtreecommitdiff
path: root/tests/shared_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared_test.go')
-rw-r--r--tests/shared_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared_test.go b/tests/shared_test.go
index c6b15e4..df9092e 100644
--- a/tests/shared_test.go
+++ b/tests/shared_test.go
@@ -71,7 +71,7 @@ func testWithAccount(t *testing.T, testCode func(a *schwift.Account)) {
}
}
- account, err := gopherschwift.Wrap(client)
+ account, err := gopherschwift.Wrap(client, nil)
if err != nil {
t.Error(err.Error())
return