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

Commit b9f61180 by José Moreira

Test Unit: match syntax

1 parent aaa3d972
Showing with 3 additions and 3 deletions
......@@ -37,7 +37,7 @@ describe(Support.getTestDialectTeaser("Include"), function () {
})
D
.hasMany( B );
.hasMany( B )
S.sync({ force: true }).done( function ( err ) { expect( err ).not.to.be.ok
......@@ -49,8 +49,8 @@ describe(Support.getTestDialectTeaser("Include"), function () {
]}
]
}).done( function ( err ) {
expect( err ).not.to.be.ok;
done();
expect( err ).not.to.be.ok
done()
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!