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

Commit bbd7606d by Jan Aagaard Meier

fix unrelated jasmine/sequelize tes

1 parent c85cce23
Showing with 2 additions and 2 deletions
......@@ -75,8 +75,8 @@ describe('Sequelize', function() {
Photo.sync({ force: true }).success(function() {
sequelize.getQueryInterface().showAllTables().success(function(tableNames) {
expect(tableNames).toInclude('photos')
done
expect(tableNames).toContain('photos')
done()
})
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!