Skip to content

Commit

Permalink
Merge 313c7bb into 961b962
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jan 2, 2019
2 parents 961b962 + 313c7bb commit 425cb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"nyc": "13.1.0",
"pg": "7.7.1",
"prettier": "1.15.3",
"unexpected": "10.40.0",
"unexpected": "10.40.1",
"unexpected-fs": "3.0.0",
"unexpected-require": "2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/unexpected-knex.spec.js
Expand Up @@ -1094,7 +1094,7 @@ describe('unexpected-knex', function() {
dontIndent`
expected 'select * from "foo"' to have rows satisfying
rows =>
expect(rows, 'to equal', [])
expect(rows, 'to equal', [])
[
{ bar: 'foobar1' }, // should be removed
Expand Down

0 comments on commit 425cb28

Please sign in to comment.