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
expect(v.validations[0].errors).toinclude('Card `hedge_fund` has a deck limit of 3, but 36 copies are included.')
676
-
expect(v.validations[0].errors).toinclude('Card `project_vitruvius` has a deck limit of 3, but 9 copies are included.')
676
+
expect(v.validations[0].errors).toinclude('Card `project_vitruvius` has a deck limit of 3, but 9 copies are included.')# rubocop:disable Layout/LineLength
677
677
end
678
678
679
679
it'fails validation for ampere deck with too many copies'do
expect(v.validations[0].errors).toinclude('Card `trieste_model_bioroids` is banned in restriction `standard_banlist`.')
797
+
expect(v.validations[0].errors).toinclude('Card `trieste_model_bioroids` is banned in restriction `standard_banlist`.')# rubocop:disable Layout/LineLength
798
798
end
799
799
800
800
it'fails validation for too many restricted cards'do
0 commit comments