Skip to content

Commit

Permalink
remove excluisive test
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 11, 2024
1 parent 51ce680 commit 3f194db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/squid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3f194db

Please sign in to comment.