Skip to content

Instantly share code, notes, and snippets.

@MCarlomagno
Created April 14, 2022 00:34
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 MCarlomagno/4ba83fb2867c2793983f03ea6c4d718a to your computer and use it in GitHub Desktop.
Save MCarlomagno/4ba83fb2867c2793983f03ea6c4d718a to your computer and use it in GitHub Desktop.
it('deployed successfully', async () => {
const address = await this.contract.address
assert.notEqual(address, 0x0)
assert.notEqual(address, '')
assert.notEqual(address, null)
assert.notEqual(address, undefined)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment