From 0af72e7207f9d702aea7f0cb5a60739d1c129562 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 22 Sep 2021 15:02:12 +0200 Subject: [PATCH] Make golinter happy --- breach_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breach_test.go b/breach_test.go index a3e186d..e34226b 100644 --- a/breach_test.go +++ b/breach_test.go @@ -261,7 +261,7 @@ func TestBreachedAccountWithoutTruncate(t *testing.T) { t.Errorf("breach domain for the account %q does not match. expected: %q, got: %q", tc.accountName, tc.breachDomain, b.Domain) } - break + return } }) }