From ae1b2c5a77a3a74199d954d0f582e3bba5673071 Mon Sep 17 00:00:00 2001 From: Andreas Grimmer Date: Mon, 11 Nov 2024 12:19:55 +0100 Subject: [PATCH] Update main_test.go --- main_test.go | 1 - 1 file changed, 1 deletion(-) 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) }