Created
April 14, 2022 00:34
-
-
Save MCarlomagno/4ba83fb2867c2793983f03ea6c4d718a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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