diff --git a/main_test.go b/main_test.go index b930502..deb539f 100644 --- a/main_test.go +++ b/main_test.go @@ -16,5 +16,4 @@ func TestGetMinuteDown(t *testing.T) { if res != 1 { t.Errorf("getMinute(1, 15) = %d; wanted 1", res) } - t.Errorf("fail test", res) }