Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Sep 20, 2023
1 parent 5cec1a0 commit fd825c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cases/terminate-contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This function never returns. Either the termination was successful, and the exec

## Test case

The integration test and end-to-end test both verify the termination functionality of the contract. Both tests ensure that after the terminate_contract function is called, the contract's balance is transferred to the caller and the contract's execution is terminated. Both tests passed successfully, demonstrating the correct functionality of the terminate_contract method.
The integration test and end-to-end test both verify the termination functionality of the contract. Both tests ensure that after the `terminate_contract` function is called, the contract's balance is transferred to the caller and the contract's execution is terminated. Both tests passed successfully, demonstrating the correct functionality of the `terminate_contract` method.

## Comparison Integration vs E2E

Expand Down

0 comments on commit fd825c5

Please sign in to comment.