Skip to content

Commit

Permalink
Test: fixed eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Apr 13, 2016
1 parent 12a1ab0 commit af2c601
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ dotest.add ('Module', function () {
dotest.add ('config.timeout', function () {
ovio ({
path: '4-TFL-24',
params: { fields: ['eerstekleur'] },
params: {
fields: ['eerstekleur']
},
timeout: 1,
callback: function (err) {
dotest.test ()
Expand Down Expand Up @@ -61,7 +63,6 @@ dotest.add ('no result', function () {
dotest.add ('item', function () {
ovio ({
path: '4-TFL-24',
// params: { fields: ['eerstekleur'] },
callback: function (err, data) {
dotest.test (err)
.isNotEmpty ('fail', 'data', data)
Expand Down

0 comments on commit af2c601

Please sign in to comment.