diff --git a/__tests__/account.test.ts b/__tests__/account.test.ts index fd605b346..a09b996f5 100644 --- a/__tests__/account.test.ts +++ b/__tests__/account.test.ts @@ -168,7 +168,7 @@ describe('deploy and test Wallet', () => { expect(declareTx.class_hash).toBeDefined(); }); - test.only('Get the stark name of the account and account from stark name (using starknet.id)', async () => { + test('Get the stark name of the account and account from stark name (using starknet.id)', async () => { // Deploy naming contract const namingResponse = await account.declareDeploy({ contract: compiledNamingContract,