Skip to content

Instantly share code, notes, and snippets.

@CinnamonGrrrl
Created March 27, 2018 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CinnamonGrrrl/a3404dda25fdf6679590816524008d58 to your computer and use it in GitHub Desktop.
Save CinnamonGrrrl/a3404dda25fdf6679590816524008d58 to your computer and use it in GitHub Desktop.
function testDonatingAfterTimeIsUp() public {
Funding funding = new Funding(0);
bool result = funding.call.value(10 finney)(bytes4(keccak256("donate()")));
Assert.equal(result, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment