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 ac1bc875
authored
Dec 15, 2015
by
Nathan Marks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated silent=true test in instance integration test to use the equalTime assertion
1 parent
3dce6292
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/integration/instance.test.js
test/integration/instance.test.js
View file @
ac1bc87
...
@@ -1079,7 +1079,7 @@ describe(Support.getTestDialectTeaser('Instance'), function() {
...
@@ -1079,7 +1079,7 @@ describe(Support.getTestDialectTeaser('Instance'), function() {
},
{
},
{
silent
:
true
silent
:
true
}).
then
(
function
(
user1
)
{
}).
then
(
function
(
user1
)
{
expect
(
user1
.
updatedAt
).
to
.
equal
Dat
e
(
updatedAt
);
expect
(
user1
.
updatedAt
).
to
.
equal
Tim
e
(
updatedAt
);
});
});
});
});
});
});
...
...
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