From f4b09a79aee43a52b0c2fc04d32eb1032dfe5804 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 20 Feb 2020 12:33:37 +0000 Subject: Update wipesides test --- wipesides_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wipesides_test.go') 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