mirror of
https://github.com/wneessen/go-hibp.git
synced 2024-11-09 15:32:52 +01:00
Make golinter happy
This commit is contained in:
parent
48fec86658
commit
0af72e7207
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ func TestBreachedAccountWithoutTruncate(t *testing.T) {
|
||||||
t.Errorf("breach domain for the account %q does not match. expected: %q, got: %q",
|
t.Errorf("breach domain for the account %q does not match. expected: %q, got: %q",
|
||||||
tc.accountName, tc.breachDomain, b.Domain)
|
tc.accountName, tc.breachDomain, b.Domain)
|
||||||
}
|
}
|
||||||
break
|
return
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue