-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding tests for advance errors #499
Conversation
Test Results 16 files + 2 81 suites +17 9m 51s ⏱️ + 2m 21s For more details on these failures, see this check. Results for commit 82534ce. ± Comparison against base commit 46ee829. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good.
Need to confirm revert though
Signed-off-by: Stefan Stefanov <[email protected]>
Signed-off-by: Stefan Stefanov <[email protected]>
15781f9
to
0f4d2ab
Compare
Signed-off-by: Stefan Stefanov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
A few changes don't seem necessary as they won't cause conflict but you can confirm
@@ -101,7 +101,6 @@ const Contract = { | |||
ExchangeRateMock: 'ExchangeRateMock', | |||
PrngSystemContract: 'PrngSystemContract', | |||
Concatenation: 'Concatenation', | |||
Errors: 'Errors', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was already there so no need to remove it right?
It should conflict with other PRs
|
||
const factory = await ethers.getContractFactory(Constants.Contract.Errors) | ||
contract = await factory.deploy() | ||
const factory = await ethers.getContractFactory('Errors') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't need to change this as it's already in file
Description:
Adding tests for advance errors
Related issue(s):
#480