From 575618f02ea7ed3edc53b4bcd24ecbfc6ef00e77 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Fri, 9 Feb 2018 03:17:23 -0800 Subject: dep: Run dep ensure --- actions/hashing_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/hashing_test.go') diff --git a/actions/hashing_test.go b/actions/hashing_test.go index d249d8b..2e212e9 100644 --- a/actions/hashing_test.go +++ b/actions/hashing_test.go @@ -43,10 +43,10 @@ func TestCostsSearch(t *testing.T) { t.Error(err) } - if actual*2 < target { + if actual*3 < target { t.Errorf("actual=%v is too small (target=%v)", actual, target) } - if target*2 < actual { + if target*3 < actual { t.Errorf("actual=%v is too big (target=%v)", actual, target) } } -- cgit v1.2.3