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

Commits on Jan 18, 2024

  1. Mention functions and test compatibility

    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.
    Agusx1211 authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    006f6eb View commit details
    Browse the repository at this point in the history