From f4b09a79aee43a52b0c2fc04d32eb1032dfe5804 Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.name>
Date: Thu, 20 Feb 2020 12:33:37 +0000
Subject: Update wipesides test

---
 testdata/pg2_integralwipesides_t0.05_w5.png | Bin 14546 -> 21695 bytes
 wipesides_test.go                           |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/testdata/pg2_integralwipesides_t0.05_w5.png b/testdata/pg2_integralwipesides_t0.05_w5.png
index 50df855..3a0452f 100644
Binary files a/testdata/pg2_integralwipesides_t0.05_w5.png and b/testdata/pg2_integralwipesides_t0.05_w5.png 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()
-- 
cgit v1.2.1-24-ge1ad