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 b553bc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/solidity/defaults/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ describe('@solidityequiv3 Solidity Defaults', function () {
expect(res.uInt).to.equal(ethers.BigNumber.from(0))
})

// Not supported by solidity yet
// Fixed point numbers are 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
// Fixed point numbers are 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 b553bc4

Please sign in to comment.