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

Commit 6e959839 by Nuno Sousa

Remove unused variable

1 parent 540d965d
Showing with 0 additions and 2 deletions
...@@ -255,8 +255,6 @@ if (dialect.match(/^postgres/)) { ...@@ -255,8 +255,6 @@ if (dialect.match(/^postgres/)) {
}) })
it("should save hstore correctly", function(done) { it("should save hstore correctly", function(done) {
var self = this
this.User this.User
.create({ username: 'user', email: ['foo@bar.com'], settings: { created: { test: '"value"' }}}) .create({ username: 'user', email: ['foo@bar.com'], settings: { created: { test: '"value"' }}})
.success(function(newUser) { .success(function(newUser) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!