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

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