Skip to content

Commit

Permalink
Adding documentation link
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Stefanov <[email protected]>
  • Loading branch information
stefan-stefanooov committed Oct 20, 2023
1 parent ca70860 commit 8a78a50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/solidity/defaults/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
Expand Down

0 comments on commit 8a78a50

Please sign in to comment.