Update unittesting_examples.md

pull/1/head
Aniket 5 years ago committed by GitHub
parent f7921d54bb
commit ab1bb6dd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/unittesting_examples.md

@ -88,7 +88,7 @@ Test contract/program: `Sender_test.sol`
pragma solidity >=0.4.22 <0.7.0; pragma solidity >=0.4.22 <0.7.0;
import "remix_tests.sol"; // this import is automatically injected by Remix import "remix_tests.sol"; // this import is automatically injected by Remix
import "remix_accounts.sol"; import "remix_accounts.sol";
import "./sender.sol"; import "./Sender.sol";
// Inherit 'Sender' contract // Inherit 'Sender' contract
contract SenderTest is Sender { contract SenderTest is Sender {

Loading…
Cancel
Save