You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// let expectedInvestors = [EthereumAddress("0xe22b8979739D724343bd002F9f432F5990879901")!,EthereumAddress("0x2dD33957C90880bE4Ee9fd5F703110BDA2E579EC")!]
96
-
97
95
ethMock.onCallTransaction ={ transaction in
98
96
guardlet function =self.securityToken.contract.contract.getFunctionCalled(transaction.data)else{
99
97
XCTFail("Failed to decode function call to determine what shall be returned")
0 commit comments