summaryrefslogtreecommitdiff
path: root/wipesides_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'wipesides_test.go')
-rw-r--r--wipesides_test.go2
1 files changed, 1 insertions, 1 deletions
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()