Skip to content

Commit

Permalink
fix: fixed test's name
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 13, 2023
1 parent 141f586 commit 5c8f507
Showing 1 changed file with 1 addition and 1 deletion.
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('PrngSystemContract tests', function () {
describe('Transaction tests', function () {
let contractTr, contractTrAddr, wallet, mfContract, senderWalletAddr

before(async function () {
Expand Down

0 comments on commit 5c8f507

Please sign in to comment.