1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Catch intermittent failure with HIBP module

This commit is contained in:
Chris Cummer
2019-08-05 17:55:11 -07:00
parent 97ca61ac97
commit 0db7e7c533
3 changed files with 11 additions and 11 deletions

View File

@@ -12,10 +12,6 @@ func Test_CenterText(t *testing.T) {
Equal(t, " cat ", CenterText("cat", 9))
}
func Test_HighlightableHelper(t *testing.T) {
}
func Test_RowPadding(t *testing.T) {
Equal(t, "", RowPadding(0, 0))
Equal(t, "", RowPadding(5, 2))