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

Commit 0b4eaeae by Jan Aagaard Meier

Merge pull request #2246 from overlookmotel/remove-console.log-from-test

Remove console.log from test
2 parents f2723c7f 1c011f4c
Showing with 0 additions and 1 deletions
......@@ -519,7 +519,6 @@ describe(Support.getTestDialectTeaser("HasOne"), function() {
User.hasOne(Profile, { foreignKey: Profile.rawAttributes.user_id})
console.log(Profile.rawAttributes.user_id);
expect(Profile.rawAttributes.user_id).to.be.defined
expect(Profile.rawAttributes.user_id.references).to.equal(User.getTableName())
expect(Profile.rawAttributes.user_id.referencesKey).to.equal('uid')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!