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
In #80 we changed the way field values are unset, by using a new mutation instead of setting the value to "". We expected the existing test to unset a text field would fail as the implementation changed, but it didn't. We agreed that it would be good if it would fail, so that updating the recorded fixtures would be necessary explicitly in a situation like this.
The text was updated successfully, but these errors were encountered:
This is a follow up to #80 /cc @tmelliottjr
In #80 we changed the way field values are unset, by using a new mutation instead of setting the value to
""
. We expected the existing test to unset a text field would fail as the implementation changed, but it didn't. We agreed that it would be good if it would fail, so that updating the recorded fixtures would be necessary explicitly in a situation like this.The text was updated successfully, but these errors were encountered: