Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
333 stars 96 forks source link

Avoid strict dependency between `Shopify/theme-check` unit tests and `Shopify/theme-liquid-docs` #703

Closed karreiro closed 1 year ago

karreiro commented 1 year ago

This PR removes assert_equal(exp, act) in favor of assert_operator(act, :>=, min_exp).

Thus, Shopify/theme-check unit tests will no longer break when new types get documented at Shopify/theme-liquid-docs.