From c02de006db4bebd125fd5098b2bf0f3983f2c9a7 Mon Sep 17 00:00:00 2001 From: Leibale Date: Wed, 19 Jul 2023 14:22:04 -0400 Subject: [PATCH] remove .only --- packages/client/lib/commands/XAUTOCLAIM.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/lib/commands/XAUTOCLAIM.spec.ts b/packages/client/lib/commands/XAUTOCLAIM.spec.ts index 5efdc4f115..3e0ddd710e 100644 --- a/packages/client/lib/commands/XAUTOCLAIM.spec.ts +++ b/packages/client/lib/commands/XAUTOCLAIM.spec.ts @@ -2,7 +2,7 @@ import { strict as assert } from 'assert'; import testUtils, { GLOBAL } from '../test-utils'; import XAUTOCLAIM from './XAUTOCLAIM'; -describe.only('XAUTOCLAIM', () => { +describe('XAUTOCLAIM', () => { testUtils.isVersionGreaterThanHook([6, 2]); describe('transformArguments', () => {