Skip to content

Commit

Permalink
Make golinter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wneessen committed Sep 22, 2021
1 parent 48fec86 commit 0af72e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breach_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
})
}
Expand Down

0 comments on commit 0af72e7

Please sign in to comment.