Skip to content

Commit

Permalink
test: added @solidityevmequivx tag to unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Oct 19, 2023
1 parent a9f5fd3 commit c059362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solidity/address/AssemblyAddress.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('AssemblyAddress tests', () => {
describe('@solidityevmequiv3 AssemblyAddress', () => {
let assemblyAddressContract, expectedContractBytecode

before(async () => {
Expand Down

0 comments on commit c059362

Please sign in to comment.