Skip to content

Commit

Permalink
test(vips) image processing test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cshum committed Dec 24, 2021
1 parent 7a11cb8 commit db6a476
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions processor/vipsprocessor/vips_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,9 @@ func TestVipsProcessor(t *testing.T) {
imagor.WithLoaders(filestore.New(testDataDir)),
imagor.WithUnsafe(true),
imagor.WithDebug(true),
//imagor.WithLogger(zap.NewExample()),
imagor.WithRequestTimeout(time.Second*3),
imagor.WithProcessors(New(
WithDebug(true),
//WithLogger(zap.NewExample()),
)),
imagor.WithResultStorages(filestore.New(
filepath.Join(testDataDir, "result"),
Expand All @@ -96,12 +94,10 @@ func TestVipsProcessor(t *testing.T) {
imagor.WithLoaders(filestore.New(testDataDir)),
imagor.WithUnsafe(true),
imagor.WithDebug(true),
//imagor.WithLogger(zap.NewExample()),
imagor.WithRequestTimeout(time.Second*3),
imagor.WithProcessors(New(
WithDebug(true),
WithDebug(false),
WithLoadFromFile(true),
//WithLogger(zap.NewExample()),
)),
imagor.WithResultStorages(filestore.New(
filepath.Join(testDataDir, "result"),
Expand Down

0 comments on commit db6a476

Please sign in to comment.