File tree Expand file tree Collapse file tree
src/integration-tests/socks-echo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export function socksEchoTestDescription(useChurn:boolean) {
3131 beforeEach ( ( done ) => {
3232 freedom ( 'files/freedom-module.json' , {
3333 debug : 'debug'
34- } ) . then ( ( freedomModuleFactoryManager :any ) => {
34+ } ) . then ( ( freedomModuleFactoryManager : any ) => {
3535 testerFactoryManager = freedomModuleFactoryManager ;
3636 done ( ) ;
3737 } ) ;
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ function slowTestDescription(useChurn:boolean) {
1919 } ;
2020
2121 beforeEach ( ( done ) => {
22- freedom ( 'files/freedom-module.json' , { 'debug' : 'debug' } )
23- . then ( ( freedomModuleFactoryManager ) => {
24- testerFactoryManager = freedomModuleFactoryManager ;
25- done ( ) ;
26- } ) ;
22+ freedom ( 'files/freedom-module.json' , {
23+ debug : 'debug'
24+ } ) . then ( ( freedomModuleFactoryManager : any ) => {
25+ testerFactoryManager = freedomModuleFactoryManager ;
26+ done ( ) ;
27+ } ) ;
2728 } ) ;
2829
2930 afterEach ( ( ) => {
You can’t perform that action at this time.
0 commit comments