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