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', () => {