From 8a78a500bd69ecb7727bc93c55ae0b58cadddc4d Mon Sep 17 00:00:00 2001 From: Stefan Stefanov Date: Fri, 20 Oct 2023 09:39:45 +0300 Subject: [PATCH] Adding documentation link Signed-off-by: Stefan Stefanov --- test/solidity/defaults/defaults.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/solidity/defaults/defaults.js b/test/solidity/defaults/defaults.js index 7f56bfc54..9bbb6978f 100644 --- a/test/solidity/defaults/defaults.js +++ b/test/solidity/defaults/defaults.js @@ -36,11 +36,13 @@ describe('@solidityequiv3 Solidity Defaults', function () { }) // Not supported by solidity yet + // You can find the documentation: https://docs.soliditylang.org/en/latest/types.html#fixed-point-numbers xit('confirm solidity functionality: fixed defaults', async function () { const res = await contract.getFixedDefaults() }) // Not supported by solidity yet + // You can find the documentation: https://docs.soliditylang.org/en/latest/types.html#fixed-point-numbers xit('confirm solidity functionality: ufixed defaults', async function () { const res = await contract.getUFixedDefaults() })