Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed May 10, 2024
1 parent 7f1b149 commit 7c44d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package imageupsizer

import (
"os"
"testing"

"github.com/stretchr/testify/assert"
)

/*
func TestEverything(t *testing.T) {
t.Parallel()
Expand All @@ -18,9 +18,9 @@ func TestEverything(t *testing.T) {
assert.True(t, largerImage.Area > originalImage.Area)
assert.True(t, largerImage.FileSize > originalImage.FileSize)

assert.NoError(t, os.Remove(largerImage.LocalPath))
}
*/

func TestErrorImg(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 7c44d2c

Please sign in to comment.