Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Mention functions and test compatibility #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Agusx1211
Copy link

Tests must return to avoid executing code that exists after them. This issue arises when a function is declared in the contract, leading to all tests failing as they execute function code, resulting in stack underflows.

This can be resolved by including a return statement at the end of every test.

Tests must return to avoid executing code that exists after them. This issue arises when a function is declared in the contract, leading to all tests failing as they execute function code, resulting in stack underflows.

This can be resolved by including a return statement at the end of every test.
Copy link

netlify bot commented Jan 18, 2024

Deploy Preview for huffdocs ready!

Name Link
🔨 Latest commit 006f6eb
🔍 Latest deploy log https://app.netlify.com/sites/huffdocs/deploys/65a93ffb87d5990008cb7cd2
😎 Deploy Preview https://deploy-preview-85--huffdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant