mirror of https://github.com/perkeep/perkeep.git
pkg/search: fix is:pano test.
Fix breakage in https://camlistore.org/gw/7b6790f56ab3f634fb42908731b211ec2236b6cc Change-Id: Iba1084944cec54c11702911a88c584ee0efe5fec
This commit is contained in:
parent
649390b9ef
commit
63096a3133
|
@ -62,7 +62,7 @@ var parseExprTests = []struct {
|
|||
File: &FileConstraint{
|
||||
IsImage: true,
|
||||
WHRatio: &FloatConstraint{
|
||||
Min: 1.5,
|
||||
Min: 1.6,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue