Skip to content

Commit

Permalink
Update docs/02-developers/05-smart-contracts/05-foundry/test-smart-co…
Browse files Browse the repository at this point in the history
…ntracts.md

Co-authored-by: Owanate Amachree <[email protected]>
  • Loading branch information
SebasGuaquetaRSK and owans authored Oct 10, 2024
1 parent cd28b20 commit af60de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [guides, developers, smart contracts, rsk, rootstock, foundry, dApps, ethe
In this section, you'll set up a smart contract test and test it using `forge`.

### Step 1: Test Script
You will see a directory called `test` in the root of your project. This is where you will see/write your tests. The demo `counter.sol` comes with a test script `counter.t.sol`, which contains:
You will see a directory called `test` in the root of your project. This is where you can view/write your tests. The demo `counter.sol` comes with a test script `counter.t.sol`, which contains:

```solidity
// SPDX-License-Identifier: UNLICENSED
Expand Down

0 comments on commit af60de2

Please sign in to comment.