From 24830a09bf3de04948a5f700d5c3ee0fd9dababf Mon Sep 17 00:00:00 2001 From: chavacava Date: Thu, 24 Oct 2024 17:59:08 -0300 Subject: [PATCH] [CLEANUP] remove unreachable code Signed-off-by: chavacava --- internal/action/binary_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/action/binary_test.go b/internal/action/binary_test.go index 3e5d3a08cd..6de1a436b5 100644 --- a/internal/action/binary_test.go +++ b/internal/action/binary_test.go @@ -144,8 +144,6 @@ func TestBinaryCatSizes(t *testing.T) { if string(buf) != string(sec) { t.Fatalf("Input and output mismatch at tSize %d", tSize) - - break } t.Logf("Input and Output match at tSize %d", tSize) }