Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 6e959839
authored
Mar 27, 2014
by
Nuno Sousa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variable
1 parent
540d965d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
test/postgres/dao.test.js
test/postgres/dao.test.js
View file @
6e95983
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment