transactionExecution e2e tests fixed

pull/891/head
aniket-engg 4 years ago
parent 04f734ff24
commit dbd4b5e43a
  1. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

@ -178,7 +178,7 @@ const sources = [
_a = msg.sender;
}
function retunValues2 () public returns (byte _b, bytes2 _b2, bytes3 _b3, bytes memory _blit, bytes5 _b5, bytes6 _b6, string memory _str, bytes7 _b7, bytes22 _b22, bytes32 _b32) {
function retunValues2 () public returns (bytes1 _b, bytes2 _b2, bytes3 _b3, bytes memory _blit, bytes5 _b5, bytes6 _b6, string memory _str, bytes7 _b7, bytes22 _b22, bytes32 _b32) {
_b = 0x12;
_b2 = 0x1223;
_b5 = hex"043245";

Loading…
Cancel
Save