From 1f93427ed906f63925e2768120cf437e0b1e85fb Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 23 Jun 2020 18:44:34 +0100 Subject: [PATCH] Linting --- cmd/dendrite-monolith-server/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dendrite-monolith-server/main_test.go b/cmd/dendrite-monolith-server/main_test.go index e504f993b..efa1a926c 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 )