mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
ML - Fixed script formatting for prediction (#11767)
* Fixed script formatting for prediction
This commit is contained in:
@@ -114,11 +114,11 @@ describe('PredictService', () => {
|
||||
const expected: TableColumn[] = [
|
||||
{
|
||||
columnName: 'c1',
|
||||
dataType: 'int'
|
||||
dataType: 'INT'
|
||||
},
|
||||
{
|
||||
columnName: 'c2',
|
||||
dataType: 'varchar'
|
||||
dataType: 'VARCHAR'
|
||||
}
|
||||
];
|
||||
const table: DatabaseTable =
|
||||
|
||||
Reference in New Issue
Block a user