From 2ca081216b9b2df04c178ec3e0a4fd5cb158b974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 20 Dec 2016 17:37:25 +0100 Subject: [PATCH] Fix eslint errors reported by the latest eslint --- test/discovery.test.js | 60 +++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/test/discovery.test.js b/test/discovery.test.js index 1a1b8409..ec742969 100644 --- a/test/discovery.test.js +++ b/test/discovery.test.js @@ -35,36 +35,36 @@ describe('Memory connector with mocked discovery', function() { dataScale: null, nullable: 0, }, - { - owner: 'STRONGLOOP', - tableName: 'INVENTORY', - columnName: 'LOCATION_ID', - dataType: 'varchar', - dataLength: 20, - dataPrecision: null, - dataScale: null, - nullable: 0, - }, - { - owner: 'STRONGLOOP', - tableName: 'INVENTORY', - columnName: 'AVAILABLE', - dataType: 'int', - dataLength: null, - dataPrecision: 10, - dataScale: 0, - nullable: 1, - }, - { - owner: 'STRONGLOOP', - tableName: 'INVENTORY', - columnName: 'TOTAL', - dataType: 'int', - dataLength: null, - dataPrecision: 10, - dataScale: 0, - nullable: 1, - }]; + { + owner: 'STRONGLOOP', + tableName: 'INVENTORY', + columnName: 'LOCATION_ID', + dataType: 'varchar', + dataLength: 20, + dataPrecision: null, + dataScale: null, + nullable: 0, + }, + { + owner: 'STRONGLOOP', + tableName: 'INVENTORY', + columnName: 'AVAILABLE', + dataType: 'int', + dataLength: null, + dataPrecision: 10, + dataScale: 0, + nullable: 1, + }, + { + owner: 'STRONGLOOP', + tableName: 'INVENTORY', + columnName: 'TOTAL', + dataType: 'int', + dataLength: null, + dataPrecision: 10, + dataScale: 0, + nullable: 1, + }]; ds.discoverModelProperties = function(modelName, options, cb) { process.nextTick(function() {