Make golinter happy

This commit is contained in:
Winni Neessen 2021-09-22 15:02:12 +02:00
parent 48fec86658
commit 0af72e7207
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -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
}
})
}