Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rogosprojects committed Aug 20, 2024
1 parent d67a361 commit 7b4176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func TestConvertBytes(t *testing.T) {
// Define test cases
tests := []struct {
name string
input int
input int64
expected string
}{
{"Zero bytes", 0, pterm.Red(" (0 B)")},
Expand Down

0 comments on commit 7b4176e

Please sign in to comment.