From 4023eb8505bad07b2fdb89a7554385073a9a5b10 Mon Sep 17 00:00:00 2001 From: Ingrid Novak Date: Sun, 19 May 2024 19:22:07 +0300 Subject: [PATCH] fixed code block style (change to fenced) --- versioned_docs/version-1/spark/writing-tests.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-1/spark/writing-tests.md b/versioned_docs/version-1/spark/writing-tests.md index 033841c..55007de 100644 --- a/versioned_docs/version-1/spark/writing-tests.md +++ b/versioned_docs/version-1/spark/writing-tests.md @@ -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 @@ -115,7 +113,7 @@ contract MyOtherContractTest is Test, HelperContract { ... } } -```` +```