mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Removing unnecessary params from withFixtures function call. (#10831)
This commit is contained in:
parent
e142bf0c5e
commit
dc1a036786
@ -91,7 +91,6 @@ describe('Address Book', function () {
|
||||
it('Sends to an address book entry', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'address-entry',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
|
@ -20,7 +20,6 @@ describe('Editing Confirm Transaction', function () {
|
||||
};
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'send-edit',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
|
Loading…
Reference in New Issue
Block a user