mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
woops - remove .only
Co-authored-by: @jennypollack
This commit is contained in:
parent
650cef103e
commit
7b1f57e05d
@ -289,7 +289,7 @@ describe('TransactionStateManager', function () {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe.only('#_removeTx', function () {
|
describe('#_removeTx', function () {
|
||||||
it('should remove the transaction from the storage', () => {
|
it('should remove the transaction from the storage', () => {
|
||||||
txStateManager._saveTxList([ {id: 1} ])
|
txStateManager._saveTxList([ {id: 1} ])
|
||||||
txStateManager._removeTx(1)
|
txStateManager._removeTx(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user