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
pass_if_equal(), fail_if_equal(), and fail_if_not_equal() now call gradethis_equal(), an S3 generic which calls waldo::compare() by default. This allows other methods for gradethis_equal() to handle special cases (#346).