ML - Fixed script formatting for prediction (#11767)

* Fixed script formatting for prediction
This commit is contained in:
Leila Lali
2020-08-12 13:36:39 -07:00
committed by GitHub
parent 094ee7c50c
commit e40a81e8e1
5 changed files with 137 additions and 129 deletions

View File

@@ -114,11 +114,11 @@ describe('PredictService', () => {
const expected: TableColumn[] = [
{
columnName: 'c1',
dataType: 'int'
dataType: 'INT'
},
{
columnName: 'c2',
dataType: 'varchar'
dataType: 'VARCHAR'
}
];
const table: DatabaseTable =