Skip to content

Commit 2d1cb10

Browse files
committed
refactor: update test suite description for Trezor hardware
This commit changes the test suite description from 'Ledger Hardware' to 'Trezor Hardware' in the Trezor ERC-721 specification test file, ensuring clarity and accuracy in the test context.
1 parent b0bab65 commit 2d1cb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/hardware-wallets/trezor-erc721.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import NFTListPage from '../../page-objects/pages/home/nft-list';
1111
import SetApprovalForAllTransactionConfirmation from '../../page-objects/pages/confirmations/redesign/set-approval-for-all-transaction-confirmation';
1212
import ActivityListPage from '../../page-objects/pages/home/activity-list';
1313

14-
describe('Ledger Hardware', function (this: Suite) {
14+
describe('Trezor Hardware', function (this: Suite) {
1515
it('can perform actions on an ERC-721 token', async function () {
1616
await withFixtures(
1717
{

0 commit comments

Comments
 (0)