Skip to content

Commit

Permalink
fixed code block style (change to fenced)
Browse files Browse the repository at this point in the history
  • Loading branch information
ingridnovak committed May 19, 2024
1 parent 9bad018 commit 4023eb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions versioned_docs/version-1/spark/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ Now, instead of using `testFail`, you know exactly what reverted and with which
testNumber -= 43;

}

````
```
 
Tests are deployed to `0xb4c79daB8f259C7Aee6E5b2Aa729821864227e84`. If you deploy a contract within your test, then
Expand Down Expand Up @@ -115,7 +113,7 @@ contract MyOtherContractTest is Test, HelperContract {
...
}
}
````
```

 

Expand Down

0 comments on commit 4023eb8

Please sign in to comment.