Skip to content

Commit bf19b6a

Browse files
committed
refactor: add extra line for create_shipping_rule
1 parent 47ce4b9 commit bf19b6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ def create_shipping_rule(shipping_rule_type, shipping_rule_name):
8585
},
8686
)
8787
sr.insert(ignore_permissions=True)
88+
8889
return sr

0 commit comments

Comments
 (0)