You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Tests are currently failing, both locally and on CI.
Rerunning the tests with env GENERATE_IMAGES=1 generates new reference images, and it looks like the only difference is that the contents of the new images are moved left by 1 pixel.
Is this change expected, and why were the reference images not updated?
To be clear, the tests start to pass without issue with the new reference images (i.e. unsetting GENERATE_IMAGES and rerunning cargo test).
Hi! Tests are currently failing, both locally and on CI.
Rerunning the tests with
env GENERATE_IMAGES=1
generates new reference images, and it looks like the only difference is that the contents of the new images are moved left by 1 pixel.Is this change expected, and why were the reference images not updated?
To be clear, the tests start to pass without issue with the new reference images (i.e. unsetting
GENERATE_IMAGES
and rerunningcargo test
).@jackpot51
The text was updated successfully, but these errors were encountered: