Skip to content

Commit

Permalink
Adding tags
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 18, 2023
1 parent 873cbb9 commit 9872dec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/solidity/concatenation/concatenation.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { expect } = require('chai')
const { ethers } = require('hardhat')
const Constants = require('../../constants')

describe('Concatenation', function () {
describe('@solidityequiv3 Concatenation', function () {
let signers;
let contract;
const first = 'first';
Expand Down
2 changes: 1 addition & 1 deletion test/solidity/errors/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { expect } = require('chai')
const { ethers } = require('hardhat')
const Constants = require('../../constants')

describe('Solidity Errors', function () {
describe('@solidityequiv2 Solidity Errors', function () {
let signers
let contract

Expand Down
2 changes: 1 addition & 1 deletion test/solidity/functions/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Utils = require('../../hts-precompile/utils')

const weibarTotinybar = (amount) => amount.div(Utils.tinybarToWeibarCoef)

describe('Solidity Functions', function () {
describe('@solidityequiv1 Solidity Functions', function () {
let contract, contractAddr, contractChild,
contractChildAddr, contractParent, contractParentAddr

Expand Down
2 changes: 1 addition & 1 deletion test/solidity/inheritance/inheritance.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')

describe('Crypto Inheritance tests', function () {
describe('@solidityequiv1 Crypto Inheritance tests', function () {
let signers, contractMain, contractBase, wallet
const TOP_UP_AMOUNT = ethers.utils.parseEther('0.000001');

Expand Down
2 changes: 1 addition & 1 deletion test/solidity/transaction/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const { ethers } = require('hardhat')
const Constants = require('../../constants')
const Utils = require('../../hts-precompile/utils')

describe('Transaction tests', function () {
describe('@solidityequiv1 Transaction tests', function () {
let contractTr, contractTrAddr, wallet, mfContract, senderWalletAddr

before(async function () {
Expand Down
2 changes: 1 addition & 1 deletion test/solidity/units/cryptoUnits.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { expect } = require('chai')
const { ethers } = require('hardhat')
const { WEI, GWEI } = require('../../constants')

describe('Crypto Units tests', function () {
describe('@solidityequiv2 Crypto Units tests', function () {
let signers
let contract

Expand Down
2 changes: 1 addition & 1 deletion test/solidity/units/timeUnits.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { expect } = require('chai')
const { ethers } = require('hardhat')
const { SECOND, MINUTE, HOUR, DAY, WEEK } = require('../../constants')

describe('Time Units tests', function () {
describe('@solidityequiv2 Time Units tests', function () {
let signers
let contract

Expand Down

0 comments on commit 9872dec

Please sign in to comment.