Skip to content

Commit

Permalink
fix: remove fmt.Println from test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicumicle committed Oct 23, 2024
1 parent 11c3471 commit 7ab986a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions time_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package uuid

import (
"fmt"
"testing"
"time"
)
Expand All @@ -24,7 +23,6 @@ func TestGetTime(t *testing.T) {
if err != nil {
t.Errorf("timeParse unexpected error: %v", err)
}
fmt.Println(parsed.Unix())
return &parsed
},
expectedTime: 1728984743,
Expand Down

0 comments on commit 7ab986a

Please sign in to comment.