Skip to content

Commit

Permalink
using tag solidityevmequiv1 instead ofsolidityevmequiv2
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Oct 24, 2023
1 parent d05d3a2 commit 9baed39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/solidity/typeops/TypeOps.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { expect } = require('chai')
const { ethers } = require('hardhat')
const Constants = require('../../constants')

describe('@solidityevmequiv2 TypeOps Test Suite', function () {
describe('@solidityevmequiv1 TypeOps Test Suite', function () {
let cryptoMathContract, provider, signers;

before(async function () {
Expand Down Expand Up @@ -85,6 +85,6 @@ describe('@solidityevmequiv2 TypeOps Test Suite', function () {
const res = await typeOpsContract.typeUintMax();
expect(res).to.equal(expectedUintMax);
});


});

0 comments on commit 9baed39

Please sign in to comment.