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

Commit 98a2ca96 by Sushant

fix typos, closes #7098

1 parent 37e84022
Showing with 2 additions and 2 deletions
...@@ -9,7 +9,7 @@ var chai = require('chai') ...@@ -9,7 +9,7 @@ var chai = require('chai')
describe(Support.getTestDialectTeaser('Instance'), function() { describe(Support.getTestDialectTeaser('Instance'), function() {
describe('build', function () { describe('build', function () {
it('should popuplate NOW default values', function () { it('should populate NOW default values', function () {
var Model = current.define('Model', { var Model = current.define('Model', {
created_time: { created_time: {
type: DataTypes.DATE, type: DataTypes.DATE,
...@@ -51,7 +51,7 @@ describe(Support.getTestDialectTeaser('Instance'), function() { ...@@ -51,7 +51,7 @@ describe(Support.getTestDialectTeaser('Instance'), function() {
return instance.validate(); return instance.validate();
}); });
it('should popuplate explicitely undefined UUID primary keys', function () { it('should populate explicitly undefined UUID primary keys', function () {
var Model = current.define('Model', { var Model = current.define('Model', {
id: { id: {
type: DataTypes.UUID, type: DataTypes.UUID,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!