Skip to content

Commit

Permalink
fix: increase test cov
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed May 29, 2024
1 parent 5f1c2be commit d3df568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ describe('NftDetectionController', () => {
const selectedAddress = '0x9';
await withController(
{
options: { addNft: mockAddNft },
options: { addNft: mockAddNft, disabled: false },
mockPreferencesState: { selectedAddress },
},
async ({ controller, controllerEvents }) => {
Expand Down

0 comments on commit d3df568

Please sign in to comment.