@@ -69,14 +69,11 @@ describe('Automl Import Dataset Test', () => {
6969 }
7070 }
7171
72- it ( 'should create a dataset' , async function ( ) {
72+ it ( 'should create a dataset' , async function ( ) {
7373 this . retries ( 5 ) ;
7474 await delay ( this . test ) ;
7575 const projectId = await client . getProjectId ( ) ;
76- const displayName = `test_${ uuid
77- . v4 ( )
78- . replace ( / - / g, '_' )
79- . substring ( 0 , 26 ) } `;
76+ const displayName = `test_${ uuid . v4 ( ) . replace ( / - / g, '_' ) . substring ( 0 , 26 ) } ` ;
8077 const request = {
8178 parent : client . locationPath ( projectId , LOCATION ) ,
8279 dataset : {
@@ -94,7 +91,7 @@ describe('Automl Import Dataset Test', () => {
9491 [ response . name . split ( '/' ) . length - 1 ] . split ( '\n' ) [ 0 ] ;
9592 } ) ;
9693
97- it ( 'should import dataset' , async function ( ) {
94+ it ( 'should import dataset' , async function ( ) {
9895 this . retries ( 5 ) ;
9996 await delay ( this . test ) ;
10097 const projectId = await client . getProjectId ( ) ;
@@ -105,7 +102,7 @@ describe('Automl Import Dataset Test', () => {
105102 assert . match ( import_output , / D a t a s e t i m p o r t e d / ) ;
106103 } ) ;
107104
108- it ( 'should delete created dataset' , async function ( ) {
105+ it ( 'should delete created dataset' , async function ( ) {
109106 this . retries ( 5 ) ;
110107 await delay ( this . test ) ;
111108 const projectId = await client . getProjectId ( ) ;
0 commit comments