Fix eval func
This commit is contained in:
@@ -86,13 +86,14 @@
|
||||
],
|
||||
"func": [
|
||||
"check_image_size",
|
||||
"check_structure_sim"
|
||||
"check_structure_sim_resized"
|
||||
],
|
||||
"expected": [
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/dog_with_background.png",
|
||||
"dest": "dog_with_background.png"
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"height": 512
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
@@ -102,10 +103,9 @@
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"height": 512
|
||||
}
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/dog_with_background.png",
|
||||
"dest": "dog_with_background.png"
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
|
||||
Reference in New Issue
Block a user