summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testdata/pg2_integralwipesides_t0.05_w5.pngbin14546 -> 21695 bytes
-rw-r--r--wipesides_test.go2
2 files changed, 1 insertions, 1 deletions
diff --git a/testdata/pg2_integralwipesides_t0.05_w5.png b/testdata/pg2_integralwipesides_t0.05_w5.png
index 50df855..3a0452f 100644
--- a/testdata/pg2_integralwipesides_t0.05_w5.png
+++ b/testdata/pg2_integralwipesides_t0.05_w5.png
Binary files differ
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()