aboutsummaryrefslogtreecommitdiff
path: root/gorankusu_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gorankusu_test.go')
-rw-r--r--gorankusu_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gorankusu_test.go b/gorankusu_test.go
index 4db34ac..4301fd0 100644
--- a/gorankusu_test.go
+++ b/gorankusu_test.go
@@ -24,7 +24,7 @@ func TestMain(m *testing.M) {
// Mock crypto [rand.Reader] for predictable HTTP boundary.
rand.Reader = mock.NewRandReader([]byte(`gorankusu`))
- exGorankusu, err = NewExample(``, false)
+ exGorankusu, err = NewExample(nil, ``, false)
if err != nil {
log.Fatal(err)
}