1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Removing unnecessary params from withFixtures function call. (#10831)

This commit is contained in:
Niranjana Binoy 2021-04-06 13:39:28 -04:00 committed by GitHub
parent e142bf0c5e
commit dc1a036786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -20,7 +20,6 @@ describe('Editing Confirm Transaction', function () {
};
await withFixtures(
{
dapp: true,
fixtures: 'send-edit',
ganacheOptions,
title: this.test.title,