Skip to content

Commit 2ca0812

Browse files
committed
Fix eslint errors reported by the latest eslint
1 parent 0d86289 commit 2ca0812

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

test/discovery.test.js

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -35,36 +35,36 @@ describe('Memory connector with mocked discovery', function() {
3535
dataScale: null,
3636
nullable: 0,
3737
},
38-
{
39-
owner: 'STRONGLOOP',
40-
tableName: 'INVENTORY',
41-
columnName: 'LOCATION_ID',
42-
dataType: 'varchar',
43-
dataLength: 20,
44-
dataPrecision: null,
45-
dataScale: null,
46-
nullable: 0,
47-
},
48-
{
49-
owner: 'STRONGLOOP',
50-
tableName: 'INVENTORY',
51-
columnName: 'AVAILABLE',
52-
dataType: 'int',
53-
dataLength: null,
54-
dataPrecision: 10,
55-
dataScale: 0,
56-
nullable: 1,
57-
},
58-
{
59-
owner: 'STRONGLOOP',
60-
tableName: 'INVENTORY',
61-
columnName: 'TOTAL',
62-
dataType: 'int',
63-
dataLength: null,
64-
dataPrecision: 10,
65-
dataScale: 0,
66-
nullable: 1,
67-
}];
38+
{
39+
owner: 'STRONGLOOP',
40+
tableName: 'INVENTORY',
41+
columnName: 'LOCATION_ID',
42+
dataType: 'varchar',
43+
dataLength: 20,
44+
dataPrecision: null,
45+
dataScale: null,
46+
nullable: 0,
47+
},
48+
{
49+
owner: 'STRONGLOOP',
50+
tableName: 'INVENTORY',
51+
columnName: 'AVAILABLE',
52+
dataType: 'int',
53+
dataLength: null,
54+
dataPrecision: 10,
55+
dataScale: 0,
56+
nullable: 1,
57+
},
58+
{
59+
owner: 'STRONGLOOP',
60+
tableName: 'INVENTORY',
61+
columnName: 'TOTAL',
62+
dataType: 'int',
63+
dataLength: null,
64+
dataPrecision: 10,
65+
dataScale: 0,
66+
nullable: 1,
67+
}];
6868

6969
ds.discoverModelProperties = function(modelName, options, cb) {
7070
process.nextTick(function() {

0 commit comments

Comments
 (0)