adopted-ember-addons / ember-changeset

Ember.js flavored changesets, inspired by Ecto
http://bit.ly/ember-changeset-demo
MIT License
431 stars 141 forks source link

failing test for wrong error handling #547

Closed luxzeitlos closed 4 years ago

luxzeitlos commented 4 years ago

when changing a date on a ember-date model from null to something and then rejecting the Promise during changeset.save() it will not return the right error but instead can't convert null to object.

I'm not able to reproduce this on a non ember-data object or on anything except a @attr('date').