diff options
| -rw-r--r-- | testdata/pg2_integralwipesides_t0.05_w5.png | bin | 14546 -> 21695 bytes | |||
| -rw-r--r-- | wipesides_test.go | 2 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/testdata/pg2_integralwipesides_t0.05_w5.png b/testdata/pg2_integralwipesides_t0.05_w5.pngBinary files differ index 50df855..3a0452f 100644 --- a/testdata/pg2_integralwipesides_t0.05_w5.png +++ b/testdata/pg2_integralwipesides_t0.05_w5.png diff --git a/wipesides_test.go b/wipesides_test.go index d5464e0..6f16bda 100644 --- a/wipesides_test.go +++ b/wipesides_test.go @@ -33,7 +33,7 @@ func TestWipeSides(t *testing.T) {  			if err != nil {  				t.Fatalf("Could not open file %s: %v\n", c.orig, err)  			} -			actual = Wipe(orig, c.wsize, c.thresh) +			actual = Wipe(orig, c.wsize, c.thresh, 30)  			if *update {  				f, err := os.Create(c.golden)  				defer f.Close() | 
