Skip to content

Commit

Permalink
fix: remove mock export (#4369)
Browse files Browse the repository at this point in the history
## Explanation

This pr removes a mock export.

## References

## Changelog

None

## Checklist

- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
  • Loading branch information
montelaidev authored and legobeat committed Jun 11, 2024
1 parent a137dd1 commit 78b33ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/accounts-controller/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ export type {
} from './AccountsController';
export { AccountsController } from './AccountsController';
export { keyringTypeToName, getUUIDFromAddressOfNormalAccount } from './utils';
export { createMockInternalAccount } from './tests/mocks';

0 comments on commit 78b33ea

Please sign in to comment.