Update sender_test.sol

pull/7/head
yann300 6 years ago committed by GitHub
parent 28dd63e55b
commit f43052a1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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