aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendrite-monolith-server
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2020-06-23 18:44:34 +0100
committerKegan Dougal <kegan@matrix.org>2020-06-23 18:44:34 +0100
commit1f93427ed906f63925e2768120cf437e0b1e85fb (patch)
tree0e00911bc13bbf8781379bbbc631327c8ca372a0 /cmd/dendrite-monolith-server
parent81beab800260697a094307097e2f19095ba1e95e (diff)
Linting
Diffstat (limited to 'cmd/dendrite-monolith-server')
-rw-r--r--cmd/dendrite-monolith-server/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dendrite-monolith-server/main_test.go b/cmd/dendrite-monolith-server/main_test.go
index e504f993..efa1a926 100644
--- a/cmd/dendrite-monolith-server/main_test.go
+++ b/cmd/dendrite-monolith-server/main_test.go
@@ -13,7 +13,7 @@ import (
// Run the monolith: ./monolith.debug -test.coverprofile=/somewhere/to/dump/integrationcover.out DEVEL --config dendrite.yaml
// Generate HTML with coverage: go tool cover -html=/somewhere/where/there/is/integrationcover.out -o cover.html
// Source: https://dzone.com/articles/measuring-integration-test-coverage-rate-in-pouchc
-func TestMain(t *testing.T) {
+func TestMain(_ *testing.T) {
var (
args []string
)