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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user