Skip to content

Commit

Permalink
chore: remove extra variable in transaction tile test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoreronmosele committed Oct 15, 2024
1 parent 7aade31 commit ee2cf7b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/features/transaction/transaction_tile_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import '../../helpers/widget_helpers.dart';

void main() {
group('TransactionTile', () {
final pfi = TestData.getPfi('did:dht:pfiDid');
const exchangeId = 'rfq_01ha835rhefwmagsknrrhvaa0k';

final sendTransaction = TestData.getTransaction();
final depositTransaction = TestData.getTransaction(
type: TransactionType.deposit,
Expand Down Expand Up @@ -62,8 +59,8 @@ void main() {
}) =>
WidgetHelpers.testableWidget(
child: TransactionTile(
pfi: pfi,
exchangeId: exchangeId,
pfi: TestData.getPfi('did:dht:pfiDid'),
exchangeId: 'rfq_01ha835rhefwmagsknrrhvaa0k',
),
overrides: [
transactionProvider.overrideWith(
Expand Down

0 comments on commit ee2cf7b

Please sign in to comment.