Skip to content

Instantly share code, notes, and snippets.

@thomasvds
Created April 21, 2018 10:53
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 thomasvds/f88d650fdcea9d4977536d85ec50262a to your computer and use it in GitHub Desktop.
Save thomasvds/f88d650fdcea9d4977536d85ec50262a to your computer and use it in GitHub Desktop.
assert.equal(await cryptoRun.challengeStatus(), 'ongoing')
await forceOracleStatus('accomplished')
await cryptoRun.refreshChallengeStatus()
await waitForOracleCallback()
assert.equal(await cryptoRun.challengeStatus(), 'accomplished')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment