Closed
Description
Let's say I do
Users.create([{
'email': 'kev@inburke.com',
'password': 'hunter2'
}, {
'email': 'foo@example.com',
'password': 'foobar'
}]).then(function(users) {
users[0].email.should.equal "kev@inburke.com";
});
Occasionally we would see this assertion fail. Running Postgres in a VM, on a small dataset.
Is this behavior expected? If it is, maybe it should be documented?
Metadata
Metadata
Assignees
Labels
No labels