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 () {
|
it('Sends to an address book entry', async function () {
|
||||||
await withFixtures(
|
await withFixtures(
|
||||||
{
|
{
|
||||||
dapp: true,
|
|
||||||
fixtures: 'address-entry',
|
fixtures: 'address-entry',
|
||||||
ganacheOptions,
|
ganacheOptions,
|
||||||
title: this.test.title,
|
title: this.test.title,
|
||||||
|
@ -20,7 +20,6 @@ describe('Editing Confirm Transaction', function () {
|
|||||||
};
|
};
|
||||||
await withFixtures(
|
await withFixtures(
|
||||||
{
|
{
|
||||||
dapp: true,
|
|
||||||
fixtures: 'send-edit',
|
fixtures: 'send-edit',
|
||||||
ganacheOptions,
|
ganacheOptions,
|
||||||
title: this.test.title,
|
title: this.test.title,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user