Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 6031d2d

Browse files
committed
minor fixes
1 parent 5678043 commit 6031d2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/features/transaction/transaction_details_page_test.dart

+4-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void main() {
8080
expect(
8181
find.text('100.01'),
8282
findsOneWidget,
83-
); // Adjust to your currency setup.
83+
);
8484
});
8585

8686
testWidgets('should show transaction date', (tester) async {
@@ -113,7 +113,7 @@ void main() {
113113
expect(
114114
find.text('Order submitted'),
115115
findsOneWidget,
116-
); // Adjust based on status
116+
);
117117
});
118118

119119
testWidgets('should display error when transaction fetch fails',
@@ -128,4 +128,5 @@ void main() {
128128
expect(find.text('Bad state: Error loading transaction'), findsOneWidget);
129129
});
130130
});
131-
}
131+
}
132+

0 commit comments

Comments
 (0)