Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hwh33 committed May 3, 2022
1 parent 874d2cd commit b976aaf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scrubber_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
"path/filepath"
"strings"
"testing"
"time"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -84,12 +83,6 @@ func TestJpgCorpusValidity(t *testing.T) {
checkImageValidity(t, "jpg")
}

var start time.Time

func init() {
start = time.Now()
}

func checkImageValidity(t *testing.T, imageType string) {
t.Helper()

Expand Down

0 comments on commit b976aaf

Please sign in to comment.