1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/test/unit/migrations
Mark Stacey 022ef13372
Fix migration 47 (#9014)
This migration had referred to the non-existent
`TransactionsController` instead of `TransactionController`, so it
effectively did nothing. Now it should work.

This migration hasn't been included in any release yet, so we can fix
it in-place instead of adding an additional corrected migration.

The migration comment has also been updated, as it was inaccurate.
2020-07-16 10:16:41 -03:00
..
021-test.js
022-test.js
023-test.js
024-test.js
025-test.js
026-test.js
027-test.js
028-test.js
029-test.js
030-test.js
031-test.js
033-test.js
034-test.js
035-test.js
036-test.js
037-test.js
038-test.js
039-test.js
040-test.js
041-test.js
042-test.js
043-test.js
044-test.js
045-test.js
046-test.js
047-test.js
migrations-test.js
migrator-test.js
template-test.js