aboutsummaryrefslogtreecommitdiff
path: root/service_report_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service_report_test.go')
-rw-r--r--service_report_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_report_test.go b/service_report_test.go
index c61f543..350c7f3 100644
--- a/service_report_test.go
+++ b/service_report_test.go
@@ -21,7 +21,7 @@ func TestServiceReport_Store(t *testing.T) {
}
var svcReport *ServiceReport
- svcReport, err = NewServiceReport(serverCfg, `testStore`)
+ svcReport, err = NewServiceReport(`testStore`, serverCfg)
if err != nil {
t.Fatal(err)
}