Skip to content

Commit

Permalink
chore: remove only test statement
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Nov 22, 2024
1 parent 1dd9cfe commit 5079a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ describe('TransactionController', () => {
});

describe('addTransaction', () => {
it.only('adds unapproved transaction to state', async () => {
it('adds unapproved transaction to state', async () => {
const { controller } = setupController();

const mockDeviceConfirmedOn = WalletDevice.OTHER;
Expand Down

0 comments on commit 5079a84

Please sign in to comment.