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

Commit 050e6c20 by Mick Hansen

💄 add missing ;

1 parent f5dc34fa
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ describe(Support.getTestDialectTeaser('Instance'), function() { ...@@ -17,7 +17,7 @@ describe(Support.getTestDialectTeaser('Instance'), function() {
instance = Model.build({}, {isNewRecord: false}); instance = Model.build({}, {isNewRecord: false});
expect(function () { expect(function () {
instance.save() instance.save();
}).to.throw(); }).to.throw();
}); });
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!