Skip to content

Commit

Permalink
fix: delete only on test
Browse files Browse the repository at this point in the history
  • Loading branch information
OxBonaparte committed Dec 6, 2022
1 parent b83f35b commit e13db57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e13db57

Please sign in to comment.