From 3f194db8a5866f5d9b6a3f6e8b17d5790718cbae Mon Sep 17 00:00:00 2001 From: Foivos Date: Wed, 11 Dec 2024 15:41:59 +0200 Subject: [PATCH] remove excluisive test --- test/squid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/squid.js b/test/squid.js index 2418d65d..61b45ab7 100644 --- a/test/squid.js +++ b/test/squid.js @@ -27,7 +27,7 @@ const { expect } = chai; const SUI = '0x2'; -describe.only('Squid', () => { +describe('Squid', () => { // Sui Client let client; const network = process.env.NETWORK || 'localnet';