Skip to content

Conversation

@yann300
Copy link
Contributor

@yann300 yann300 commented Nov 5, 2020

fix #550

@yann300 yann300 requested a review from Aniket-Engg November 5, 2020 09:35
const testEvent = web3.eth.abi.decodeParameters(assertionEvents[eIndex].params, event.raw.data)
if (!testEvent[0]) {
const assertMethod = testEvent[2]
if(assertMethod === 'ok') { // for 'Assert.ok' method
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after if

@yann300 yann300 force-pushed the fixRemixTest_Event branch from d8f7f79 to 811586d Compare November 5, 2020 17:24
@yann300 yann300 merged commit 27aa909 into master Nov 5, 2020
@Aniket-Engg Aniket-Engg deleted the fixRemixTest_Event branch November 5, 2020 17:54
@adasauce
Copy link
Contributor

adasauce commented Nov 6, 2020

thanks for fixing this, will definitely clean up some of my test suite now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

testRunner crashing on test with receipt events having more than 1 of the same type

5 participants