@@ -305,7 +305,7 @@ contract('IexecHub', function(accounts) {
305305
306306 it ( "workOrderCallback_01: test workOrderCallback from a smart contract" , async function ( ) {
307307
308- aIexecAPIInstance = await IexecAPI . new ( aIexecHubInstance . address , aMarketplaceInstance . address , aRLCInstance . address , {
308+ aIexecAPIInstance = await IexecAPI . new ( aIexecHubInstance . address , aMarketplaceInstance . address , {
309309 from : iExecCloudUser
310310 } ) ;
311311 console . log ( "aIexecAPIInstance created " + aIexecAPIInstance . address ) ;
@@ -533,7 +533,7 @@ contract('IexecHub', function(accounts) {
533533
534534 it ( "workOrderCallback_02: test every body can callback" , async function ( ) {
535535
536- aIexecAPIInstance = await IexecAPI . new ( aIexecHubInstance . address , aMarketplaceInstance . address , aRLCInstance . address , {
536+ aIexecAPIInstance = await IexecAPI . new ( aIexecHubInstance . address , aMarketplaceInstance . address , {
537537 from : iExecCloudUser
538538 } ) ;
539539 console . log ( "aIexecAPIInstance created " + aIexecAPIInstance . address ) ;
@@ -751,7 +751,7 @@ contract('IexecHub', function(accounts) {
751751
752752 it ( "workOrderCallback_03: test callback with wrong result are reverted" , async function ( ) {
753753
754- aIexecAPIInstance = await IexecAPI . new ( aIexecHubInstance . address , aMarketplaceInstance . address , aRLCInstance . address , {
754+ aIexecAPIInstance = await IexecAPI . new ( aIexecHubInstance . address , aMarketplaceInstance . address , {
755755 from : iExecCloudUser
756756 } ) ;
757757 console . log ( "aIexecAPIInstance created " + aIexecAPIInstance . address ) ;
0 commit comments