File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
AppCenterDistributeV2/Tests
AppCenterDistributeV3/Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ describe('AppCenterDistribute L0 Suite', function () {
8585 assert ( tr . succeeded , 'task should have succeeded' ) ;
8686 } ) ;
8787
88- it ( 'Positive path: multiple dSYMs in the same foder ' , function ( ) {
88+ it ( 'Positive path: multiple dSYMs in the same folder ' , function ( ) {
8989 this . timeout ( 4000 ) ;
9090
9191 let tp = path . join ( __dirname , 'L0SymMultipleDSYMs_flat_1.js' ) ;
@@ -95,7 +95,7 @@ describe('AppCenterDistribute L0 Suite', function () {
9595 assert ( tr . succeeded , 'task should have succeeded' ) ;
9696 } ) ;
9797
98- it ( 'Positive path: multiple dSYMs in parallel foders ' , function ( ) {
98+ it ( 'Positive path: multiple dSYMs in parallel folders ' , function ( ) {
9999 this . timeout ( 4000 ) ;
100100
101101 let tp = path . join ( __dirname , 'L0SymMultipleDSYMs_flat_2.js' ) ;
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ describe('AppCenterDistribute L0 Suite', function () {
131131 assert ( tr . succeeded , 'task should have succeeded' ) ;
132132 } ) ;
133133
134- it ( 'Positive path: multiple dSYMs in the same foder ' , function ( ) {
134+ it ( 'Positive path: multiple dSYMs in the same folder ' , function ( ) {
135135 this . timeout ( 4000 ) ;
136136
137137 let tp = path . join ( __dirname , 'L0SymMultipleDSYMs_flat_1.js' ) ;
@@ -141,7 +141,7 @@ describe('AppCenterDistribute L0 Suite', function () {
141141 assert ( tr . succeeded , 'task should have succeeded' ) ;
142142 } ) ;
143143
144- it ( 'Positive path: multiple dSYMs in parallel foders ' , function ( ) {
144+ it ( 'Positive path: multiple dSYMs in parallel folders ' , function ( ) {
145145 this . timeout ( 4000 ) ;
146146
147147 let tp = path . join ( __dirname , 'L0SymMultipleDSYMs_flat_2.js' ) ;
You can’t perform that action at this time.
0 commit comments