From c4510ca03c586bd9a942a56d7b84421cb3e4c1ed Mon Sep 17 00:00:00 2001 From: Foivos Date: Wed, 11 Dec 2024 16:40:23 +0200 Subject: [PATCH] lint --- test/its.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/its.js b/test/its.js index ecd80a57..20423dbc 100644 --- a/test/its.js +++ b/test/its.js @@ -31,7 +31,7 @@ const { } = require('../dist/cjs'); const { keccak256, defaultAbiCoder, toUtf8Bytes, hexlify, randomBytes } = require('ethers/lib/utils'); -describe.only('ITS', () => { +describe('ITS', () => { // Sui Client let client; const network = process.env.NETWORK || 'localnet';