Update sender_test.sol

pull/5370/head
yann300 6 years ago committed by GitHub
parent 0ae8269daf
commit e34f4bf8f0
  1. 2
      remix-tests/tests/various_sender/sender_test.sol

@ -3,7 +3,7 @@ import "remix_accounts.sol";
contract SenderTest {
function beforeAll () {}
function beforeAll () public {}
/// 1
function checkSenderIs1 () public {

Loading…
Cancel
Save