From 63096a3133a7f03e8e822f810346a50a8a226b4e Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 24 Dec 2013 21:25:28 -0800 Subject: [PATCH] pkg/search: fix is:pano test. Fix breakage in https://camlistore.org/gw/7b6790f56ab3f634fb42908731b211ec2236b6cc Change-Id: Iba1084944cec54c11702911a88c584ee0efe5fec --- pkg/search/expr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/search/expr_test.go b/pkg/search/expr_test.go index c19f845db..26cc0205d 100644 --- a/pkg/search/expr_test.go +++ b/pkg/search/expr_test.go @@ -62,7 +62,7 @@ var parseExprTests = []struct { File: &FileConstraint{ IsImage: true, WHRatio: &FloatConstraint{ - Min: 1.5, + Min: 1.6, }, }, },