Skip to content

Commit

Permalink
[FIX] git-commit-merge: update assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Sep 20, 2019
1 parent 40d2fd7 commit 7d842ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-commit-merge
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function check_saas125() {

# see odoo/odoo@58a2ffa26f1a3b0f9630ce16d11b758d18e20a21
assert_not_in_diff py,xml '\bimage_(original|big|large|medium|small)\b' \
"Use $(em image_DDD) instead [original => 1920; big => 1024; large => 256; medium => 128; small => 64]"
"Use $(em image_DDD) instead [original => 1920; big => 1024; large => 256; medium => 128; small => 128]"
}

# --------- main
Expand Down

0 comments on commit 7d842ea

Please sign in to comment.