Skip to content

Commit

Permalink
[CLEANUP] remove unreachable code (#2977)
Browse files Browse the repository at this point in the history
Signed-off-by: chavacava <[email protected]>
  • Loading branch information
chavacava authored Oct 29, 2024
1 parent 6ecca43 commit d9beb0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/action/binary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit d9beb0c

Please sign in to comment.