不要怂,就是干,撸起袖子干!

Commit 82c3783f by whito

test update

1 parent 9d8f212d
Showing with 2 additions and 2 deletions
......@@ -1500,11 +1500,11 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
UserPrimary.sync({ force: true }).success(function() {
UserPrimary.create({
id: 'a string based id',
name: 'John'
name: 'Johnno'
}).success(function(u) {
UserPrimary.find('a string based id').success(function(u2) {
expect(u2.id).to.equal('a string based id')
expect(u2.name).to.equal('John')
expect(u2.name).to.equal('Johnno')
done()
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!