From 3a492174f93857619223295d92d9006362a14d21 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Thu, 10 Mar 2022 19:17:27 +0000 Subject: [PATCH] Update unit_testing.md --- solidity/unit_testing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solidity/unit_testing.md b/solidity/unit_testing.md index 9f3c2a4..472f5c2 100644 --- a/solidity/unit_testing.md +++ b/solidity/unit_testing.md @@ -57,3 +57,7 @@ contract testSuite { } } ``` + +Note that ine can input custom values for `msg.sender` & `msg.value` of transaction using NatSpec comments. + +