summaryrefslogtreecommitdiff
path: root/testrig/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/router.go')
-rw-r--r--testrig/router.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/router.go b/testrig/router.go
index b8f6a77f5..ce849423d 100644
--- a/testrig/router.go
+++ b/testrig/router.go
@@ -51,7 +51,7 @@ func NewTestRouter(db db.DB) router.Router {
}
}
- r, err := router.New(context.Background(), db)
+ r, err := router.New(context.Background())
if err != nil {
panic(err)
}