Skip to content

Commit

Permalink
removed .only from the describe
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nikolov <[email protected]>
  • Loading branch information
nickeynikolovv committed Mar 25, 2024
1 parent ff7b22b commit 6c4a873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/discrepancies/Nonce.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { expect } = require('chai');
const { ethers } = require('hardhat');
const { ContractId } = require('@hashgraph/sdk');

describe.only('@discrepancies - Nonce Test Suite', async () => {
describe('@discrepancies - Nonce Test Suite', async () => {
let signers;
let sdkClient;
let internalCalleeContract;
Expand Down

0 comments on commit 6c4a873

Please sign in to comment.